Skip to content

Commit a3dafaa

Browse files
authored
feat: add svelte and astro filetype (#398)
1 parent 9e6a153 commit a3dafaa

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

data/plenary/filetypes/builtin.lua

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,34 @@ end
2020
return {
2121
extension = {
2222
['_coffee'] = 'coffee',
23-
['coffee'] = 'coffee',
23+
['astro'] = 'astro',
2424
['cljd'] = 'clojure',
25+
['coffee'] = 'coffee',
2526
['dart'] = 'dart',
27+
['erb'] = 'eruby',
2628
['ex'] = 'elixir',
2729
['exs'] = 'elixir',
28-
['erb'] = 'eruby',
29-
['tres'] = 'gdresource',
30-
['tscn'] = 'gdresource',
31-
['gd'] = 'gdscript',
3230
['fnl'] = 'fennel',
31+
['gd'] = 'gdscript',
3332
['gql'] = 'graphql',
34-
['graphql'] = 'graphql',
3533
['gradle'] = 'groovy',
34+
['graphql'] = 'graphql',
3635
['hbs'] = 'handlebars',
3736
['hdbs'] = 'handlebars',
3837
['janet'] = 'janet',
39-
['jsx'] = 'javascriptreact',
4038
['jl'] = 'julia',
39+
['jsx'] = 'javascriptreact',
4140
['kt'] = 'kotlin',
4241
['nix'] = 'nix',
42+
['plist'] = 'xml',
4343
['purs'] = 'purescript',
44-
['rkt'] = 'racket',
4544
['res'] = 'rescript',
4645
['resi'] = 'rescript',
46+
['rkt'] = 'racket',
47+
['svelte'] = 'svelte',
48+
['tres'] = 'gdresource',
49+
['tscn'] = 'gdresource',
4750
['tsx'] = 'typescriptreact',
48-
['plist'] = 'xml',
4951
},
5052
file_name = {
5153
['cakefile'] = 'coffee',

0 commit comments

Comments
 (0)