AutoYADM commit: 2025-03-01 09:15:04

This commit is contained in:
Daniel Fichtinger 2025-03-01 09:15:04 -05:00
parent 712e124114
commit 0f2f9676ee
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View file

@ -97,10 +97,10 @@ language-servers = ["harper-ls"]
[[grammar]] [[grammar]]
name = "ini" name = "ini"
scope = "source.ini" # scope = "source.ini"
injection-regex = "ini" # injection-regex = "ini"
comment-token = "#" # comment-token = "#"
indent = { tab-width = 4, unit = "\t" } # indent = { tab-width = 4, unit = "\t" }
source.path = "/home/fic/dev/tree-sitter-ini" source.path = "/home/fic/dev/tree-sitter-ini"
[[language]] [[language]]
name = "ini" name = "ini"
@ -131,7 +131,7 @@ file-types = [
"conf", "conf",
"properties", "properties",
"cfg", "cfg",
"directory" "directory",
] ]
# [[grammar]] # [[grammar]]
# name = "mail" # name = "mail"
@ -170,7 +170,7 @@ source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38ef
[[language]] [[language]]
name = "python" name = "python"
language-servers = [ "basedpyright" ] language-servers = ["basedpyright"]
[[language]] [[language]]
name = "kdl" name = "kdl"