Skip to content

Commit

Permalink
feat(sql): MariaDB/MySQL table options COLLATE, CHARACTER SET, `E…
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Feb 18, 2023
1 parent c5c1b5a commit 2b0ff71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ injection-regex = "sql"

[[grammar]]
name = "sql"
source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "286e10c5bc5d1703ee8f9afb351165a9a6182be1" }
source = { git = "https://github.com/DerekStride/tree-sitter-sql", rev = "30e15d45dceb24ea51acf81ee7d75d81567b6e02" }

[[language]]
name = "gdscript"
Expand Down
3 changes: 3 additions & 0 deletions runtime/queries/sql/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
(keyword_if)
(keyword_exists)
(keyword_auto_increment)
(keyword_collate)
(keyword_character)
(keyword_engine)
(keyword_default)
(keyword_cascade)
(keyword_with)
Expand Down

0 comments on commit 2b0ff71

Please sign in to comment.