Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index a0f59717..079671b2 100644 --- a/languages.toml +++ b/languages.toml @@ -4244,3 +4244,13 @@ formatter = {command = "tlafmt", args = ["--stdin"]} name = "tlaplus" source = { git = "https://github.com/tlaplus-community/tree-sitter-tlaplus", rev = "4ba91b07b97741a67f61221d0d50e6d962e4987e"} +[[language]] +name = "werk" +scope = "source.werk" +file-types = [ "werk", { glob = "Werkfile" } ] +comment-token = "#" +indent = { tab-width = 2, unit = " " } + +[[grammar]] +name = "werk" +source = { git = "https://github.com/little-bonsai/tree-sitter-werk", rev = "92b0f7fe98465c4c435794a58e961306193d1c1e" } |