mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
feat(javascript): add import specifier as definition
This commit is contained in:
parent
e8af62c843
commit
4a608cbccf
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
||||||
(variable_declarator
|
(variable_declarator
|
||||||
name: (identifier) @definition)
|
name: (identifier) @definition)
|
||||||
|
|
||||||
|
(import_specifier
|
||||||
|
(identifier) @definition)
|
||||||
|
|
||||||
; References
|
; References
|
||||||
;------------
|
;------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue