You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Highligting for SQL doesn't work properly.
When using "sql" as the language it creates a weird mix where it doesn't show the 3 dots and doesn't seem to recognize terms but still creates a block as I need to click on the "Edit this block" button to edit it.
When using "SQL" it just ignores Shiki Highlighter completely.
To Reproduce
Steps to reproduce the behavior:
Create a code block like :
```sql or SQL
SELECT * FROM Table;
```
Expected behavior
Proper code block form and higligting.
Screenshots
Occurs on
Windows
Plugin version
0.4.4
The text was updated successfully, but these errors were encountered:
Describe the bug
Highligting for SQL doesn't work properly.
When using "sql" as the language it creates a weird mix where it doesn't show the 3 dots and doesn't seem to recognize terms but still creates a block as I need to click on the "Edit this block" button to edit it.
When using "SQL" it just ignores Shiki Highlighter completely.
To Reproduce
Steps to reproduce the behavior:
```sql or SQL
SELECT * FROM Table;
```
Expected behavior
Proper code block form and higligting.
Screenshots
Occurs on
Plugin version
0.4.4
The text was updated successfully, but these errors were encountered: