Skip to content

Commit

Permalink
feat: Godot's gdscript and resources filetypes (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow-x authored May 18, 2022
1 parent bbd13b1 commit 5dc860a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/plenary/filetypes/builtin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ return {
['ex'] = 'elixir',
['exs'] = 'elixir',
['erb'] = 'eruby',
['tres'] = 'gdresource',
['tscn'] = 'gdresource',
['gd'] = 'gdscript',
['fnl'] = 'fennel',
['gql'] = 'graphql',
['graphql'] = 'graphql',
Expand Down

0 comments on commit 5dc860a

Please sign in to comment.