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
parent
a4ca640769
commit
3c0f17cadd
|
@ -54,6 +54,8 @@ export const jsLanguages = [
|
|||
'rescript',
|
||||
'typescript',
|
||||
'typescriptreact',
|
||||
'glimmer-js',
|
||||
'glimmer-ts',
|
||||
]
|
||||
|
||||
export const specialLanguages = ['vue', 'svelte']
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 0.11.x (Pre-Release)
|
||||
|
||||
Nothing yet.
|
||||
- Add support for Glimmer (#867)
|
||||
|
||||
## 0.10.1
|
||||
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue