Skip to content

Commit 9cb74c7

Browse files
author
Nhat Nguyen
authored
feat: add "fish" to filetypes extension table (#417)
1 parent bcf897b commit 9cb74c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data/plenary/filetypes/builtin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ return {
2727
['erb'] = 'eruby',
2828
['ex'] = 'elixir',
2929
['exs'] = 'elixir',
30+
['fish'] = 'fish',
3031
['fnl'] = 'fennel',
3132
['gd'] = 'gdscript',
3233
['gql'] = 'graphql',

0 commit comments

Comments
 (0)