mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Merge pull request #164 from nyxkn/patch-1
This commit is contained in:
@@ -231,7 +231,7 @@ To support Gdscript, we must install [gdscript-grammar](https://github.com/Prest
|
||||
git clone https://github.com/PrestonKnopp/tree-sitter-gdscript.git
|
||||
cd tree-sitter-gdscript/src
|
||||
cc -std=c99 -c parser.c
|
||||
cc -c scanner.cc
|
||||
cc -c scanner.c -I./
|
||||
cc -shared parser.o scanner.o -o libtree-sitter-gdscript.so
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user