Delete submodule
This commit is contained in:
parent
5ba313c568
commit
ba4a98af56
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "tree-sitter-markdown"]
|
||||
path = tree-sitter-markdown
|
||||
url = https://github.com/MDeiml/tree-sitter-markdown.git
|
@ -2,12 +2,5 @@ use tree_sitter::{Parser, Language};
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub fn compile_md_grammar() {
|
||||
let dir: PathBuf = ["tree-sitter-javascript", "src"].iter().collect();
|
||||
|
||||
cc::Build::new()
|
||||
.include(&dir)
|
||||
.file(dir.join("parser.c"))
|
||||
.file(dir.join("scanner.c"))
|
||||
.compile("tree-sitter-javascript")
|
||||
}
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 16d0b5e54d781150bea1070ffb360d47e6238659
|
Loading…
x
Reference in New Issue
Block a user