mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Add files needed for using clangd
This commit is contained in:
parent
d08f1af15c
commit
af00782dfd
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,6 +3,7 @@ log*.html
|
||||||
.idea
|
.idea
|
||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
.vscode
|
.vscode
|
||||||
|
.cache
|
||||||
|
|
||||||
fuzz-results
|
fuzz-results
|
||||||
|
|
||||||
|
|
@ -23,4 +24,4 @@ docs/assets/js/tree-sitter.js
|
||||||
*.obj
|
*.obj
|
||||||
*.exp
|
*.exp
|
||||||
*.lib
|
*.lib
|
||||||
*.wasm
|
*.wasm
|
||||||
3
lib/compile_flags.txt
Normal file
3
lib/compile_flags.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
-std=c99
|
||||||
|
-Isrc
|
||||||
|
-Iinclude
|
||||||
Loading…
Reference in a new issue