mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parsers: Add Fortran parser
Fixes: https://github.com/nvim-treesitter/nvim-treesitter/issues/1194 Refs: - https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Meeting.20everyone/near/219174700
This commit is contained in:
parent
9e46322532
commit
3b8d23ca30
1 changed files with 8 additions and 0 deletions
|
|
@ -541,6 +541,14 @@ list.zig = {
|
|||
maintainers = { "@Himujjal" }
|
||||
}
|
||||
|
||||
list.fortran = {
|
||||
install_info = {
|
||||
url = "https://github.com/stadelmanma/tree-sitter-fortran",
|
||||
files = { "src/parser.c", "src/scanner.cc", },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue