mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
fix(highlights): improve member/property distinction
This commit is contained in:
parent
2f38c36294
commit
fa38f4e6f9
34 changed files with 106 additions and 95 deletions
|
|
@ -1,4 +1,9 @@
|
|||
; highlights.scm
|
||||
[
|
||||
(key_string)
|
||||
(json_key_string)
|
||||
] @property
|
||||
|
||||
[
|
||||
"[QueryStringParams]"
|
||||
"[FormParams]"
|
||||
|
|
@ -8,9 +13,7 @@
|
|||
"[Asserts]"
|
||||
"[Options]"
|
||||
"[BasicAuth]"
|
||||
(key_string)
|
||||
(json_key_string)
|
||||
] @property
|
||||
] @module
|
||||
|
||||
[
|
||||
"\\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue