Skip to content

Commit

Permalink
chore: disable SQL parser on Wasm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Feb 28, 2025
1 parent 62277c0 commit 2d83d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syntastica-macros/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ locals = false
name = "sql"
group = "most"
file-types = ["sql", "mysql"]
# disable for Wasm until https://github.com/DerekStride/tree-sitter-sql/pull/306 is merged
wasm = false
[languages.parser]
# has deployments on gh-pages branch
git = { url = "https://github.com/derekstride/tree-sitter-sql", rev = "9853b887c5e4309de273922b681cc7bc09e30c78" }
Expand Down

0 comments on commit 2d83d07

Please sign in to comment.