Add additional file types for glimmer support

This should hopefully aid in highlighting language embedding in things such as markdown
This commit is contained in:
NullVoxPopuli 2025-12-30 16:39:58 -05:00 committed by GitHub
parent 7efc1b58a8
commit be481386c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ local filetypes = {
janet_simple = { 'janet' },
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
json = { 'jsonc' },
glimmer_javascript = { 'javascript.glimmer' },
glimmer_javascript = { 'javascript.glimmer', 'gjs' },
latex = { 'tex' },
linkerscript = { 'ld' },
m68k = { 'asm68k' },
@ -54,7 +54,7 @@ local filetypes = {
tlaplus = { 'tla' },
tsx = { 'typescriptreact', 'typescript.tsx' },
typescript = { 'ts' },
glimmer_typescript = { 'typescript.glimmer' },
glimmer_typescript = { 'typescript.glimmer', 'gts },
typst = { 'typ' },
udev = { 'udevrules' },
uxntal = { 'tal', 'uxn' },