Add a few more spare associations
This commit is contained in:
parent
e3f9a01f6b
commit
9c9ce15afc
2 changed files with 16 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue