mirror of https://github.com/helix-editor/helix
Add support for jsx (#1906)
* Add support for javascriptreact language * Add support for jsx filespull/1925/head
parent
a9635659f7
commit
d0ff2ffd89
|
@ -266,7 +266,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "0fa917a
|
||||||
name = "javascript"
|
name = "javascript"
|
||||||
scope = "source.js"
|
scope = "source.js"
|
||||||
injection-regex = "^(js|javascript)$"
|
injection-regex = "^(js|javascript)$"
|
||||||
file-types = ["js", "mjs"]
|
file-types = ["js", "jsx", "mjs"]
|
||||||
shebangs = ["node"]
|
shebangs = ["node"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
|
|
Loading…
Reference in New Issue