mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add Forth
This commit is contained in:
parent
620b60b5ba
commit
7c935d6bd5
8 changed files with 42 additions and 0 deletions
|
|
@ -487,6 +487,14 @@ list.foam = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.forth = {
|
||||
install_info = {
|
||||
url = "https://github.com/AlexanderBrevig/tree-sitter-forth",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.fortran = {
|
||||
install_info = {
|
||||
url = "https://github.com/stadelmanma/tree-sitter-fortran",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue