diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 63678bf4..3dec2693 100644 --- a/languages.toml +++ b/languages.toml @@ -2624,3 +2624,12 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "t32" source = { git = "https://codeberg.org/xasc/tree-sitter-t32", rev = "1dd98248b01e4a3933c1b85b58bab0875e2ba437" } + +[[language]] +name = "webc" +scope = "text.html.webc" +injection-regex = "webc" +file-types = ["webc"] +roots = [] +indent = { tab-width = 2, unit = " " } +grammar = "html" |