This website works better with JavaScript.
Explore
Help
Sign In
Trivernis
/
helix-plus
forked from
Mirrors/helix
Watch
1
Star
0
Fork
You've already forked helix-plus
0
Code
Issues
Pull Requests
2
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7c338429f8
feature/file-explorer-2
feature/delte-command-2
main
mirror
old-main-2
feature/icons
feature/dracula-purple-theme
update-readme
feature/file-explorer
feature/delete-command
master
old
change-detection
imgbot
22.08.1
22.08
22.05
22.03
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
0.1-p
v0.0.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7c338429f8'
${ noResults }
helix-plus
/
runtime
/
queries
/
jsx
/
highlights.scm
4 lines
87 B
Scheme
Raw
Normal View
History
Unescape
Escape
Refactor queries for ecma based languages (#7207)
1 year ago
; 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`.
3 years ago
Refactor queries for ecma based languages (#7207)
1 year ago
; inherits: _jsx,_javascript,ecma