Commit 9bbcc2f
committed
fix(gdscript): remove nonexistent filetypes
Problem:
'gd' and 'gdscript3' are file extentions, not filetypes (as per the
result of running `getcompletion('', 'filetype')` command in neovim
Solution:
Remove them, leaving only 'gdscript'1 parent b360f2d commit 9bbcc2f
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4730 | 4730 | | |
4731 | 4731 | | |
4732 | 4732 | | |
4733 | | - | |
| 4733 | + | |
4734 | 4734 | | |
4735 | 4735 | | |
4736 | 4736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3352 | 3352 | | |
3353 | 3353 | | |
3354 | 3354 | | |
3355 | | - | |
| 3355 | + | |
3356 | 3356 | | |
3357 | 3357 | | |
3358 | 3358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments