diff options
author | Blaž Hrastnik | 2020-12-13 03:23:50 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-13 03:23:50 +0000 |
commit | 8695415fbfe927250f68e93793660e3c4e4a70b4 (patch) | |
tree | 829bb12d6fe17d322b1586871c3aeacc095d9f58 /helix-syntax | |
parent | 29cb33300b1486c778e9318e87e60c26695c2520 (diff) |
wip: Move to new rendering structure.
Diffstat (limited to 'helix-syntax')
-rw-r--r-- | helix-syntax/languages.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helix-syntax/languages.toml b/helix-syntax/languages.toml new file mode 100644 index 00000000..dc4fcf6f --- /dev/null +++ b/helix-syntax/languages.toml @@ -0,0 +1,5 @@ +[[language]] +name = "rust" +scope = "source.rust" +injection-regex = "rust" +file-types = ["rs"] |