Add OpenFOAM parser

This commit is contained in:
Elwardi 2021-12-14 13:45:56 +01:00 committed by Stephan Seitz
parent 50fee51d35
commit 16e77495c4
9 changed files with 131 additions and 0 deletions

View file

@ -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,
}