mirror of https://github.com/helix-editor/helix
Merge f6386b85c6
into 205e7ece70
commit
245d09c256
|
@ -133,6 +133,7 @@
|
||||||
| ldif | ✓ | | | |
|
| ldif | ✓ | | | |
|
||||||
| lean | ✓ | | | `lean` |
|
| lean | ✓ | | | `lean` |
|
||||||
| ledger | ✓ | | | |
|
| ledger | ✓ | | | |
|
||||||
|
| lilypond | ✓ | ✓ | ✓ | |
|
||||||
| llvm | ✓ | ✓ | ✓ | |
|
| llvm | ✓ | ✓ | ✓ | |
|
||||||
| llvm-mir | ✓ | ✓ | ✓ | |
|
| llvm-mir | ✓ | ✓ | ✓ | |
|
||||||
| llvm-mir-yaml | ✓ | | ✓ | |
|
| llvm-mir-yaml | ✓ | | ✓ | |
|
||||||
|
|
|
@ -1190,6 +1190,21 @@ args = [
|
||||||
name = "bibtex"
|
name = "bibtex"
|
||||||
source = { git = "https://github.com/latex-lsp/tree-sitter-bibtex", rev = "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34" }
|
source = { git = "https://github.com/latex-lsp/tree-sitter-bibtex", rev = "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "lilypond"
|
||||||
|
scope = "source.lilypond"
|
||||||
|
injection-regex = "lilypond"
|
||||||
|
file-types = ["ly"]
|
||||||
|
roots = []
|
||||||
|
comment-token = "%"
|
||||||
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
formatter = { command = "ly", args = ["reformat"] }
|
||||||
|
auto-format = true
|
||||||
|
|
||||||
|
[[grammar]]
|
||||||
|
name = "lilypond"
|
||||||
|
source = { git = "https://github.com/nwhetsell/tree-sitter-lilypond", rev = "6b0f470b2e5acbfc4d1d64ba89b396adecf06ea4", subpath = "lilypond" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "lean"
|
name = "lean"
|
||||||
scope = "source.lean"
|
scope = "source.lean"
|
||||||
|
|
Loading…
Reference in New Issue