mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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)
|
name: (identifier) @field)
|
||||||
|
|
||||||
(literal) @string
|
(literal) @string
|
||||||
|
(comment) @comment
|
||||||
|
|
||||||
((literal) @number
|
((literal) @number
|
||||||
(lua-match? @number "^%d+$"))
|
(lua-match? @number "^%d+$"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue