some refacto, doc fixes and jsx queries

- compute query language extensions *after* default ones
(jsx after javascript)
- remove outdated ts_utils functions from docs
- add better regex detection to javascript
- javascriptreact to use javascript queries
- add javascript.jsx to javascript queries
- write jsx.scm hl file
This commit is contained in:
kiyan42 2020-08-17 00:21:34 +02:00 committed by Stephan Seitz
parent a5c89f3762
commit 20e448882e
5 changed files with 18 additions and 33 deletions

View file

@ -103,7 +103,8 @@
(null) @constant.builtin
(comment) @comment
(string) @string
(regex) @string.special
(regex) @punctuation.delimiter
(regex_pattern) @string.regex
(template_string) @string
(number) @number