mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
Dart highlights: Reset highlight in interpolation
This commit is contained in:
parent
b9b08d776b
commit
93f9708a3c
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
|
||||||
|
|
||||||
lua require'nvim-treesitter'.setup()
|
lua require'nvim-treesitter'.setup()
|
||||||
|
|
||||||
highlight default TSNone term=none cterm=none gui=none guifg=none guibg=none
|
highlight default TSNone term=NONE cterm=NONE gui=NONE
|
||||||
|
|
||||||
highlight default link TSError TSNone
|
highlight default link TSError TSNone
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"$" @punctuation.special
|
"$" @punctuation.special
|
||||||
"{" @punctuation.special
|
"{" @punctuation.special
|
||||||
"}" @punctuation.special
|
"}" @punctuation.special
|
||||||
) @embedded
|
) @none
|
||||||
|
|
||||||
[
|
[
|
||||||
"@"
|
"@"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
||||||
; Reset highlighing in f-string interpolations
|
; Reset highlighing in f-string interpolations
|
||||||
(interpolation) @Normal
|
(interpolation) @none
|
||||||
|
|
||||||
;; Identifier naming conventions
|
;; Identifier naming conventions
|
||||||
((identifier) @type
|
((identifier) @type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue