Skip to content

Commit 14dfb40

Browse files
authored
feat(filetype): add rescript (#318)
1 parent e55ae43 commit 14dfb40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data/plenary/filetypes/builtin.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ return {
3939
['graphql'] = 'graphql',
4040
['gql'] = 'graphql',
4141
['rkt'] = 'racket',
42+
['res'] = 'rescript',
43+
['resi'] = 'rescript'
4244
},
4345
file_name = {
4446
['cakefile'] = 'coffee',

0 commit comments

Comments
 (0)