mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(gdscript): rm underscore rule highlight
This commit is contained in:
parent
94ea4f436d
commit
c362955c4b
1 changed files with 4 additions and 4 deletions
|
|
@ -129,10 +129,10 @@
|
|||
(#eq? @keyword.operator "new"))
|
||||
|
||||
; Match Pattern
|
||||
[
|
||||
(underscore)
|
||||
(pattern_open_ending)
|
||||
] @character.special
|
||||
(pattern_open_ending) @character.special
|
||||
|
||||
((identifier) @character.special
|
||||
(#eq? @character.special "_"))
|
||||
|
||||
; Alternations
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue