diff options
author | Gabriel Dinner-David | 2023-10-26 23:40:16 +0000 |
---|---|---|
committer | GitHub | 2023-10-26 23:40:16 +0000 |
commit | 4f1d414d9c04e611e60f1af5e69f2347a17bc6ce (patch) | |
tree | 46f375ccba61a3a924b778f8d4b8dd9fac9ae1e1 /languages.toml | |
parent | 553ffbcaa09847ec606539bddab8af1456450d73 (diff) |
switch to tree-sitter-ron (#8624)
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index d8207b3e..8b9b01e9 100644 --- a/languages.toml +++ b/languages.toml @@ -1689,7 +1689,10 @@ file-types = ["ron"] roots = [] comment-token = "//" indent = { tab-width = 4, unit = " " } -grammar = "rust" + +[[grammar]] +name = "ron" +source = { git = "https://github.com/zee-editor/tree-sitter-ron", rev = "7762d709a0f7c1f9e269d0125a2e8a7a69006146" } [[language]] name = "robot" |