Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index ce71ee06..b436baa5 100644 --- a/languages.toml +++ b/languages.toml @@ -4390,3 +4390,15 @@ language-servers = [ "clarinet" ] name = "clarity" source = { git = "https://github.com/xlittlerag/tree-sitter-clarity", rev = "7fa54825fdd971a1a676f885384f024fe2b7384a" } +[[language]] +name = "alloy" +scope = "source.alloy" +injection-regex = "alloy" +file-types = ["alloy"] +comment-token = "//" +block-comment-tokens = { start = "/*", end = "*/" } +indent = { tab-width = 2, unit = " " } + +[[grammar]] +name = "alloy" +source = { git = "https://github.com/mattsre/tree-sitter-alloy", rev = "3e18eb4e97f06c57a3925f3d20bef6329a6eaef3" } |