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

This commit is contained in:
Daniel Fichtinger 2025-03-01 09:30:04 -05:00
parent 0f2f9676ee
commit 5b22e8bcc2
2 changed files with 21 additions and 14 deletions

View file

@ -97,12 +97,13 @@ language-servers = ["harper-ls"]
[[grammar]]
name = "ini"
# scope = "source.ini"
# injection-regex = "ini"
# comment-token = "#"
# indent = { tab-width = 4, unit = "\t" }
source.path = "/home/fic/dev/tree-sitter-ini"
[[language]]
scope = "source.ini"
injection-regex = "ini"
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }
name = "ini"
file-types = [
"ini",