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.
406c5c38a1
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 '406c5c38a1'
${ noResults }
helix-plus
/
runtime
/
queries
/
jsx
/
textobjects.scm
2 lines
17 B
Scheme
Raw
Normal View
History
Unescape
Escape
Inherit javascript/typescript from common 'ecma' queries (#3301) JavaScript queries now contain a few lines that prevent them from being used whole-sale in typescript with `; inherits: javascript`. Here we follow nvim-treesitter's way of using a fake 'ecma' language as a common base for JavaScript and TypeScript to share as much as we can.
2 years ago
; inherits: ecma