mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
add language ron
(#1925)
This commit is contained in:
parent
6b80cb8a77
commit
eb84d9493c
@ -53,6 +53,7 @@
|
||||
| racket | | | | `racket` |
|
||||
| regex | ✓ | | | |
|
||||
| rescript | ✓ | ✓ | | `rescript-language-server` |
|
||||
| ron | ✓ | | ✓ | |
|
||||
| ruby | ✓ | | ✓ | `solargraph` |
|
||||
| rust | ✓ | ✓ | ✓ | `rust-analyzer` |
|
||||
| scala | ✓ | | ✓ | `metals` |
|
||||
|
@ -1028,3 +1028,13 @@ indent = { tab-width = 2, unit = " " }
|
||||
[[grammar]]
|
||||
name = "gleam"
|
||||
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "7159ce961592192b0e7cdf88782cda0fdf41a4cb" }
|
||||
|
||||
[[language]]
|
||||
name = "ron"
|
||||
scope = "source.ron"
|
||||
injection-regex = "ron"
|
||||
file-types = ["ron"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
grammar = "rust"
|
||||
|
1
runtime/queries/ron/highlights.scm
Normal file
1
runtime/queries/ron/highlights.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: rust
|
1
runtime/queries/ron/indents.scm
Normal file
1
runtime/queries/ron/indents.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: rust
|
1
runtime/queries/ron/injections.scm
Normal file
1
runtime/queries/ron/injections.scm
Normal file
@ -0,0 +1 @@
|
||||
; inherits: rust
|
Loading…
Reference in New Issue
Block a user