mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
Set CXX standard per parser and fix Norg
This commit is contained in:
parent
9419107d86
commit
bb33aea03c
4 changed files with 14 additions and 7 deletions
|
|
@ -893,12 +893,13 @@ list.hack = {
|
|||
|
||||
list.norg = {
|
||||
install_info = {
|
||||
url = "https://github.com/vhyrro/tree-sitter-norg",
|
||||
url = "https://github.com/nvim-neorg/tree-sitter-norg",
|
||||
branch = "main",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
use_makefile = true,
|
||||
cxx_standard = "c++14",
|
||||
},
|
||||
maintainers = { "@JoeyGrajciar", "@vhyrro" },
|
||||
maintainers = { "@JoeyGrajciar", "@vhyrro", "@mrossinek" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue