Commit 9762708
Add gdscript support (upgrade tree-sitter-wasms to 0.4.0) (#112)
* Start gdscript support
* Fix parser loc snafu; increment plugin ver
For some inscrutable reason, the upgrade to tree-sitter-wasms 0.4.0 causes this project's buildscripts to put the parsers in `parsers/out/` instead of just `parsers/`. The root path to where the parsers are located has been changed in `src/extension.ts` to account for this... it could probably change again, though.
yarn pls
* Update whitespace as suggested
Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
* Update extension.ts
Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
---------
Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>1 parent d5afd91 commit 9762708
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments