Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 7313d746..05781f81 100644 --- a/languages.toml +++ b/languages.toml @@ -4419,6 +4419,22 @@ language-servers = ["sourcepawn-studio"] name = "sourcepawn" source = { git = "https://github.com/nilshelmig/tree-sitter-sourcepawn", rev = "f2af8d0dc14c6790130cceb2a20027eb41a8297c" } + +[[grammar]] +name = "vim" +source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-vim", rev = "f3cd62d8bd043ef20507e84bb6b4b53731ccf3a7" } + +[[language]] +name = "vim" +scope = "source.vim" +injection-regex = "vim" +comment-token = '"' +indent = { tab-width = 4, unit = "\t" } +file-types = [ + "vim", + { glob = ".vimrc" }, +] + [[language]] name = "tlaplus" scope = "scope.tlaplus" |