mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
update comment case for simplefied notation
This commit is contained in:
parent
040d525946
commit
37f57cc1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
||||||
(array_pattern
|
(array_pattern
|
||||||
(identifier) @parameter))
|
(identifier) @parameter))
|
||||||
|
|
||||||
; ( a ) => null
|
; a => null
|
||||||
(variable_declarator
|
(variable_declarator
|
||||||
value: (arrow_function
|
value: (arrow_function
|
||||||
parameter: (identifier) @parameter))
|
parameter: (identifier) @parameter))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue