This website requires JavaScript.
Explore
Help
Register
Sign in
TudbuT
/
helix-mods
Watch
1
Star
0
Fork
You've already forked helix-mods
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
44504b720b
helix-mods
/
runtime
/
queries
/
jsx
/
highlights.scm
4 lines
87 B
Scheme
Raw
Normal View
History
Unescape
Escape
Refactor queries for ecma based languages (#7207)
2023-07-09 18:35:32 +02:00
; See runtime/queries/ecma/README.md for more info.
separate JSX queries from javascript (#1921) It looks like a24fb17b2a978d3165bd6304e9edd69bddb6dd82 (and 855e438f55cb278de8203ac4911561c4c7ad656c) broke the typescript highlights because typescript ; inherits: javascript but it doesn't have those named nodes in its grammar. So instead we can separate out JSX into its own language and copy over everything from javascript and supplement it with the new JSX highlights. Luckily there isn't too much duplication, just the language configuration parts - we can re-use the parser with the languages.toml `grammar` key and most of the queries with `inherits`.
2022-04-02 03:07:35 +02:00
Refactor queries for ecma based languages (#7207)
2023-07-09 18:35:32 +02:00
; inherits: _jsx,_javascript,ecma
Reference in a new issue
Copy permalink