Skip to content

Commit 729d4e5

Browse files
committed
hack: create a dummy rock spec in root for lazy.nvim
1 parent 6f0510c commit 729d4e5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package = "tree-sitter-norg-meta"
2+
3+
version = "scm-1"
4+
5+
rockspec_format = "3.0"
6+
7+
source = {
8+
url = "git://github.com/nvim-neorg/tree-sitter-norg-meta",
9+
}
10+
11+
description = {
12+
summary = "tree-sitter parser for norg-meta",
13+
homepage = "https://github.com/nvim-neorg/tree-sitter-norg-meta",
14+
license = "MIT"
15+
}
16+
17+
dependencies = {
18+
"lua >= 5.1",
19+
}
20+
21+
build_dependencies = {
22+
"luarocks-build-treesitter-parser ~> 2",
23+
}
24+
25+
build = {
26+
type = "treesitter-parser",
27+
lang = "norg-meta",
28+
sources = { "src/parser.c" },
29+
}

0 commit comments

Comments
 (0)