AutoYADM commit: 2025-06-29 18:03:21
This commit is contained in:
parent
4d92c3c265
commit
ad2efd241c
2 changed files with 6 additions and 5 deletions
|
@ -12,6 +12,9 @@ groups = [
|
||||||
"markup.list",
|
"markup.list",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[language.bash]
|
||||||
|
aliases = []
|
||||||
|
|
||||||
# mermaid
|
# mermaid
|
||||||
|
|
||||||
[grammar.mermaid.source.git]
|
[grammar.mermaid.source.git]
|
||||||
|
@ -206,12 +209,10 @@ pin = "fed3edcab70b31b416eb31c2ccf4a979c120d640"
|
||||||
[language.bibtex.queries]
|
[language.bibtex.queries]
|
||||||
path = "runtime/queries/bibtex"
|
path = "runtime/queries/bibtex"
|
||||||
|
|
||||||
# latex
|
|
||||||
# latex
|
# latex
|
||||||
[grammar.latex.source.git]
|
[grammar.latex.source.git]
|
||||||
url = "https://github.com/latex-lsp/tree-sitter-latex"
|
url = "https://github.com/latex-lsp/tree-sitter-latex"
|
||||||
pin = "8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6"
|
pin = "8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6"
|
||||||
# pin = "8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6"
|
|
||||||
|
|
||||||
[grammar.latex]
|
[grammar.latex]
|
||||||
path = "src"
|
path = "src"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# hook global WinSetOption tree_sitter_lang=sh %{
|
hook global WinSetOption tree_sitter_lang=sh %{
|
||||||
# set-option window tree_sitter_lang bash
|
set-option window tree_sitter_lang bash
|
||||||
# }
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=(bash|sh) %{
|
hook global WinSetOption filetype=(bash|sh) %{
|
||||||
set-option window formatcmd 'shfmt -i 4 -ln=auto -ci -bn'
|
set-option window formatcmd 'shfmt -i 4 -ln=auto -ci -bn'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue