Skip to content

Commit 5dc860a

Browse files
authored
feat: Godot's gdscript and resources filetypes (#364)
1 parent bbd13b1 commit 5dc860a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/plenary/filetypes/builtin.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ return {
2626
['ex'] = 'elixir',
2727
['exs'] = 'elixir',
2828
['erb'] = 'eruby',
29+
['tres'] = 'gdresource',
30+
['tscn'] = 'gdresource',
31+
['gd'] = 'gdscript',
2932
['fnl'] = 'fennel',
3033
['gql'] = 'graphql',
3134
['graphql'] = 'graphql',

0 commit comments

Comments
 (0)