chore: create ecma base for use in js and ts which fixes jsx issues

This commit is contained in:
kiyan 2021-03-09 23:14:27 +01:00 committed by Kiyan
parent ec41db9511
commit 3b8c2ea492
15 changed files with 411 additions and 412 deletions

View file

@ -1,4 +1,4 @@
; inherits: javascript
; inherits: ecma
[
(interface_declaration)

View file

@ -1,4 +1,4 @@
; inherits: javascript
; inherits: ecma
[
"abstract"
"declare"

View file

@ -1,4 +1,4 @@
; inherits: javascript
; inherits: ecma
[
(enum_declaration)

View file

@ -1 +1 @@
; inherits: javascript
; inherits: ecma

View file

@ -1,4 +1,4 @@
; inherits: javascript
; inherits: ecma
(required_parameter (identifier) @definition)
(optional_parameter (identifier) @definition)