mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(typescript): do not highlight undefined as variable
This commit is contained in:
parent
f213fae3dd
commit
f8fcb0da06
1 changed files with 0 additions and 4 deletions
|
|
@ -98,10 +98,6 @@
|
||||||
|
|
||||||
(conditional_type ["?" ":"] @conditional.ternary)
|
(conditional_type ["?" ":"] @conditional.ternary)
|
||||||
|
|
||||||
; Variables
|
|
||||||
|
|
||||||
(undefined) @variable.builtin
|
|
||||||
|
|
||||||
;;; Parameters
|
;;; Parameters
|
||||||
(required_parameter (identifier) @parameter)
|
(required_parameter (identifier) @parameter)
|
||||||
(optional_parameter (identifier) @parameter)
|
(optional_parameter (identifier) @parameter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue