AutoYADM commit: 2025-02-28 23:30:19
This commit is contained in:
parent
d714edc4ab
commit
fa033543d4
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
[main]
|
# [main]
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
# login-shell=no
|
# login-shell=no
|
||||||
|
|
|
@ -95,6 +95,10 @@ name = "mail"
|
||||||
language-servers = ["harper-ls"]
|
language-servers = ["harper-ls"]
|
||||||
# injection-regex = "mail|eml|email"
|
# injection-regex = "mail|eml|email"
|
||||||
|
|
||||||
|
[[grammar]]
|
||||||
|
name = "ini"
|
||||||
|
source.path = "/home/fic/dev/tree-sitter-ini"
|
||||||
|
|
||||||
# [[grammar]]
|
# [[grammar]]
|
||||||
# name = "mail"
|
# name = "mail"
|
||||||
# source.path = "/home/fic/dev/tree-sitter-mail"
|
# source.path = "/home/fic/dev/tree-sitter-mail"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue