mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(typescript): add non-null operator
This commit is contained in:
parent
a79baf0399
commit
6e8ad92031
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
|
|
||||||
(template_literal_type) @string
|
(template_literal_type) @string
|
||||||
|
|
||||||
|
(non_null_expression "!" @operator)
|
||||||
|
|
||||||
;; punctuation
|
;; punctuation
|
||||||
|
|
||||||
(type_arguments
|
(type_arguments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue