Add support for Glimmer(#867)

* feat: add glimmer langs

* feat: inject into gjs/gts

* Update changelog

---------

Co-authored-by: Jordan Pittman <jordan@cryptica.me>
master
Ignace Maes 2023-10-18 17:33:14 +02:00 committed by GitHub
parent a4ca640769
commit 3c0f17cadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 5 deletions

View File

@ -54,6 +54,8 @@ export const jsLanguages = [
'rescript',
'typescript',
'typescriptreact',
'glimmer-js',
'glimmer-ts',
]
export const specialLanguages = ['vue', 'svelte']

View File

@ -2,7 +2,7 @@
## 0.11.x (Pre-Release)
Nothing yet.
- Add support for Glimmer (#867)
## 0.10.1

View File

@ -83,7 +83,9 @@
"source.css",
"source.vue",
"source.svelte",
"text.html"
"text.html",
"source.gjs",
"source.gts"
]
},
{
@ -108,7 +110,9 @@
"source.css.postcss",
"source.vue",
"source.svelte",
"text.html"
"text.html",
"source.gjs",
"source.gts"
]
},
{
@ -119,7 +123,9 @@
"source.css.postcss",
"source.vue",
"source.svelte",
"text.html"
"text.html",
"source.gjs",
"source.gts"
]
},
{
@ -130,7 +136,9 @@
"source.css.postcss",
"source.vue",
"source.svelte",
"text.html"
"text.html",
"source.gjs",
"source.gts"
]
}
],