mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Highlight sql comments (#3178)
This commit is contained in:
parent
b46cb0389d
commit
97a0322c63
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
name: (identifier) @field)
|
||||
|
||||
(literal) @string
|
||||
(comment) @comment
|
||||
|
||||
((literal) @number
|
||||
(lua-match? @number "^%d+$"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue