aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorLeoniePhiline2023-01-28 20:15:53 +0000
committerGitHub2023-01-28 20:15:53 +0000
commit482cc22fecc109773882d3e0fd6251c33862e89e (patch)
treecc856fd95fa7f5eca62bb3df794c0489eb11cc16 /languages.toml
parent2c6bf6fca60a21f39939f5ae027ed3f56cf92dbd (diff)
Update tree-sitter-sql and improve highlight queries (#5683)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 9c2fba86..495acfec 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1434,7 +1434,7 @@ injection-regex = "sql"
[[grammar]]
name = "sql"
-source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "2743c7b5e710e6854d4e8c14c302548b436e2a1f" }
+source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "4fe05b2d81565ddb689d2f415e07afdacc515c52" }
[[language]]
name = "gdscript"