Skip to content

Commit 6bbfa69

Browse files
feat: Add jai and hlsl file types (#541)
1 parent 284740c commit 6bbfa69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/plenary/filetypes/builtin.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ return {
3636
['graphql'] = 'graphql',
3737
['hbs'] = 'handlebars',
3838
['hdbs'] = 'handlebars',
39+
['hlsl'] = 'hlsl',
40+
['jai'] = 'jai',
3941
['janet'] = 'janet',
4042
['jl'] = 'julia',
4143
['jsx'] = 'javascriptreact',

0 commit comments

Comments
 (0)