mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
chore: create ecma base for use in js and ts which fixes jsx issues
This commit is contained in:
parent
ec41db9511
commit
3b8c2ea492
15 changed files with 411 additions and 412 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: javascript
|
||||
; inherits: ecma
|
||||
|
||||
[
|
||||
(interface_declaration)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: javascript
|
||||
; inherits: ecma
|
||||
[
|
||||
"abstract"
|
||||
"declare"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: javascript
|
||||
; inherits: ecma
|
||||
|
||||
[
|
||||
(enum_declaration)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
; inherits: javascript
|
||||
; inherits: ecma
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; inherits: javascript
|
||||
; inherits: ecma
|
||||
|
||||
(required_parameter (identifier) @definition)
|
||||
(optional_parameter (identifier) @definition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue