AutoYADM commit: 2025-03-09 15:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-09 15:45:06 -04:00
parent 3d2e13b26c
commit 27bad212dc
2 changed files with 366 additions and 0 deletions

View file

@ -134,6 +134,22 @@ file-types = [
"cfg",
"directory",
]
[[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" },
]
# [[grammar]]
# name = "mail"
# source.path = "/home/fic/dev/tree-sitter-mail"