mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parsers: Add FHIR Shorthand (FSH) (#4052)
This commit is contained in:
parent
052069ffab
commit
622baacdc1
4 changed files with 104 additions and 0 deletions
|
|
@ -242,6 +242,15 @@ list.rust = {
|
|||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
list.fsh = {
|
||||
install_info = {
|
||||
url = "https://github.com/mgramigna/tree-sitter-fsh",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@mgramigna" },
|
||||
}
|
||||
|
||||
list.fusion = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion.git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue