Add a few more spare associations

This commit is contained in:
Mikayla Maki 2023-07-19 11:14:31 -07:00
parent e3f9a01f6b
commit 9c9ce15afc
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -43,6 +43,8 @@ impl FileAssociations {
iife!({
let this = cx.has_global::<Self>().then(|| cx.global::<Self>())?;
// FIXME: Associate a type with the languages and have the file's langauge
// override these associations
iife!({
let suffix = path
.file_name()