mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
Mark parsers with NPM dependency
This commit is contained in:
parent
fcb6d74b6b
commit
532a369b32
3 changed files with 43 additions and 17 deletions
|
|
@ -54,9 +54,10 @@
|
|||
name: (scoped_identifier
|
||||
name: (identifier) @definition.function)) @scope
|
||||
|
||||
(function_declarator
|
||||
declarator: (scoped_identifier
|
||||
name: (type_identifier) @definition.function)) @scope
|
||||
;; TODO!!
|
||||
;(function_declarator
|
||||
;declarator: (scoped_identifier
|
||||
;name: (type_identifier) @definition.function)) @scope
|
||||
|
||||
(field_declaration
|
||||
declarator: (function_declarator
|
||||
|
|
@ -70,5 +71,5 @@
|
|||
|
||||
(catch_clause) @scope
|
||||
|
||||
(destructor_name
|
||||
name: (_) @constructor)
|
||||
;(destructor_name
|
||||
;name: (_) @constructor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue