feat: Add jai and hlsl file types (#541)

This commit is contained in:
Marcel Mikołajko 2023-11-24 15:16:31 +01:00 committed by GitHub
parent 284740ccf3
commit 6bbfa69595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ return {
['graphql'] = 'graphql',
['hbs'] = 'handlebars',
['hdbs'] = 'handlebars',
['hlsl'] = 'hlsl',
['jai'] = 'jai',
['janet'] = 'janet',
['jl'] = 'julia',
['jsx'] = 'javascriptreact',