Skip to content

fix(gdscript): remove nonexistent filetypes#4387

Merged
justinmk merged 1 commit intoneovim:masterfrom
maciekMerkury:master
Apr 12, 2026
Merged

fix(gdscript): remove nonexistent filetypes#4387
justinmk merged 1 commit intoneovim:masterfrom
maciekMerkury:master

Conversation

@maciekMerkury
Copy link
Copy Markdown
Contributor

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'

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'
@justinmk justinmk merged commit 3c156ab into neovim:master Apr 12, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants