Update JavaScript outline queries
Add support for exported const declarations in the outline view.
This commit is contained in:
parent
85b049f250
commit
4213cc013c
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@
|
||||||
"interface" @context
|
"interface" @context
|
||||||
name: (_) @name) @item
|
name: (_) @name) @item
|
||||||
|
|
||||||
|
(program
|
||||||
|
(export_statement
|
||||||
|
(lexical_declaration
|
||||||
|
["let" "const"] @context
|
||||||
|
(variable_declarator
|
||||||
|
name: (_) @name) @item)))
|
||||||
|
|
||||||
(program
|
(program
|
||||||
(lexical_declaration
|
(lexical_declaration
|
||||||
["let" "const"] @context
|
["let" "const"] @context
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue