diff options
author | LeoniePhiline | 2023-02-02 22:44:36 +0000 |
---|---|---|
committer | GitHub | 2023-02-02 22:44:36 +0000 |
commit | 30412366be411335b7e2600e9b4178355c27da15 (patch) | |
tree | 864dae06c90faaafa2fcd8378d169b5944a74f6a /languages.toml | |
parent | 10fee815c4d1ae952ef0863f3f75c3502e712edb (diff) |
feat: Update `tree-sitter-sql` and migrate `highlights.scm` to match grammar (#5772)
* Sort buildin functions alphabetically
* fix: Query float type like other numeric types
* Update tree-sitter-sql and update highlights.scm to match grammar
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 755f577f..09ba2a2a 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 = "4fe05b2d81565ddb689d2f415e07afdacc515c52" } +source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "286e10c5bc5d1703ee8f9afb351165a9a6182be1" } [[language]] name = "gdscript" |