feat(ts): add starlark

This commit is contained in:
2026-05-29 11:00:59 +02:00
parent ae223dfaa7
commit 482ed70cf6
5 changed files with 364 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
vim.filetype.add({
pattern = {
[".*/%.codex/rules/.*%.rules"] = "starlark",
[".*%.xml%.tmpl"] = "gotmpl",
[".*%.cloud%-init%.yml"] = "cloudinit",
},