mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
fix(highlights): improve consistency
This commit is contained in:
parent
4cd951d703
commit
2f38c36294
22 changed files with 62 additions and 76 deletions
|
|
@ -37,6 +37,16 @@
|
|||
(subsection_name)
|
||||
] @string.special)
|
||||
|
||||
((section_header
|
||||
(section_name) @_name
|
||||
(subsection_name) @string.special.url)
|
||||
(#any-of? @_name "credential" "url"))
|
||||
|
||||
((variable
|
||||
(name) @_name
|
||||
value: (string) @string.special.url)
|
||||
(#eq? @_name "insteadOf"))
|
||||
|
||||
; Punctuation
|
||||
[
|
||||
"["
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue