mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add OpenFOAM parser
This commit is contained in:
parent
50fee51d35
commit
16e77495c4
9 changed files with 131 additions and 0 deletions
|
|
@ -846,6 +846,21 @@ list.rasi = {
|
|||
maintainers = { "@Fymyte" },
|
||||
}
|
||||
|
||||
list.foam = {
|
||||
install_info = {
|
||||
url = "https://github.com/FoamScience/tree-sitter-foam",
|
||||
branch = "master",
|
||||
files = {"src/parser.c", "src/scanner.cc"},
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@FoamScience" },
|
||||
filetype = "foam",
|
||||
used_by = {"OpenFOAM"},
|
||||
-- Queries might change over time on the grammar's side
|
||||
-- Otherwise everything runs fine
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue