Dart highlights: Reset highlight in interpolation

This commit is contained in:
Stephan Seitz 2020-10-02 16:41:07 +02:00 committed by Thomas Vigouroux
parent b9b08d776b
commit 93f9708a3c
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
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

View file

@ -19,7 +19,7 @@
"$" @punctuation.special
"{" @punctuation.special
"}" @punctuation.special
) @embedded
) @none
[
"@"

View file

@ -5,7 +5,7 @@
(identifier) @variable
; Reset highlighing in f-string interpolations
(interpolation) @Normal
(interpolation) @none
;; Identifier naming conventions
((identifier) @type