mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
feat: add @string.documentation where applicable
This commit is contained in:
parent
51030378eb
commit
95bcd6a8fa
4 changed files with 32 additions and 5 deletions
|
|
@ -111,9 +111,9 @@
|
|||
;---------
|
||||
|
||||
(description
|
||||
(string_value) @comment)
|
||||
(string_value) @string.documentation @spell)
|
||||
|
||||
(comment) @comment
|
||||
(comment) @comment @spell
|
||||
|
||||
(directive_location
|
||||
(executable_directive_location) @type.builtin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue