pull/13581/merge
Felipe S. S. Schneider 2025-06-15 23:32:00 -06:00 committed by GitHub
commit 245d09c256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -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 | ✓ | | ✓ | |

View File

@ -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"