mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
feat(typescript): highlight decorators, default case, global declaration
This commit is contained in:
parent
f6c52eb839
commit
44211e7f6e
2 changed files with 9 additions and 0 deletions
|
|
@ -136,6 +136,9 @@
|
|||
(arrow_function
|
||||
parameter: (identifier) @parameter)
|
||||
|
||||
;; global declaration
|
||||
(ambient_declaration "global" @namespace)
|
||||
|
||||
;; function signatures
|
||||
(ambient_declaration
|
||||
(function_signature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue