Skip to content

Commit 9a9625d

Browse files
authored
Merge pull request #2 from JuliaDiscourse/mb/better-auto
simplify julia-auto
2 parents 461aee7 + 48c0c09 commit 9a9625d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

javascripts/discourse/api-initializers/theme-initializer.gjs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -684,15 +684,7 @@ export default apiInitializer((api) => {
684684
return {
685685
case_insensitive: false,
686686
aliases: ["julia-detect"],
687-
contains: [
688-
{
689-
className: "",
690-
begin: "^",
691-
end: "$",
692-
subLanguage: ["julia", "julia-repl"],
693-
relevance: 0,
694-
},
695-
],
687+
subLanguage: ["julia", "julia-repl"],
696688
};
697689
});
698690
});

0 commit comments

Comments
 (0)