Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL not properly recognized #28

Open
3 tasks done
TheMinester opened this issue Oct 28, 2024 · 0 comments
Open
3 tasks done

SQL not properly recognized #28

TheMinester opened this issue Oct 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheMinester
Copy link

TheMinester commented Oct 28, 2024

  • The Plugin is up to date
  • Obsidian is up to date

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:

  1. Create a code block like :
    ```sql or SQL
    SELECT * FROM Table;
    ```

Expected behavior

Proper code block form and higligting.

Screenshots
image
image

Occurs on

  • Windows

Plugin version
0.4.4

@TheMinester TheMinester added the bug Something isn't working label Oct 28, 2024
@TheMinester TheMinester changed the title SQL not properly recognised SQL not properly recognized Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant