add language ron (#1925)

This commit is contained in:
VuiMuich 2022-04-05 14:39:22 +02:00 committed by GitHub
parent 6b80cb8a77
commit eb84d9493c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 0 deletions

View File

@ -53,6 +53,7 @@
| racket | | | | `racket` |
| regex | ✓ | | | |
| rescript | ✓ | ✓ | | `rescript-language-server` |
| ron | ✓ | | ✓ | |
| ruby | ✓ | | ✓ | `solargraph` |
| rust | ✓ | ✓ | ✓ | `rust-analyzer` |
| scala | ✓ | | ✓ | `metals` |

View File

@ -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"

View File

@ -0,0 +1 @@
; inherits: rust

View File

@ -0,0 +1 @@
; inherits: rust

View File

@ -0,0 +1 @@
; inherits: rust