mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(sql): change highlight for keyword_while
This commit is contained in:
parent
a8170981dc
commit
4b49f2aa8d
1 changed files with 2 additions and 1 deletions
|
|
@ -328,9 +328,10 @@
|
|||
(keyword_storage)
|
||||
(keyword_compression)
|
||||
(keyword_duplicate)
|
||||
(keyword_while)
|
||||
] @keyword
|
||||
|
||||
(keyword_while) @keyword.repeat
|
||||
|
||||
[
|
||||
(keyword_restrict)
|
||||
(keyword_unbounded)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue