Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 72e7dc9a..9055a6d9 100644 --- a/languages.toml +++ b/languages.toml @@ -4735,3 +4735,14 @@ comment-token = "#" [[grammar]] name = "shellcheckrc" source = {git = "https://codeberg.org/kpbaks/tree-sitter-shellcheckrc", rev = "ad3da4e8f7fd72dcc5e93a6b89822c59a7cd10ff"} + +[[grammar]] +name = "strictdoc" +source = { git = "https://github.com/manueldiagostino/tree-sitter-strictdoc", rev = "070edcf23f7c85af355437706048f73833e0ea10" } + +[[language]] +name = "strictdoc" +scope = "source.strictdoc" +injection-regex = "strictdoc" +file-types = ["sdoc", "sgra"] +comment-token = ".." |