We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 461aee7 + 48c0c09 commit 9a9625dCopy full SHA for 9a9625d
javascripts/discourse/api-initializers/theme-initializer.gjs
@@ -684,15 +684,7 @@ export default apiInitializer((api) => {
684
return {
685
case_insensitive: false,
686
aliases: ["julia-detect"],
687
- contains: [
688
- {
689
- className: "",
690
- begin: "^",
691
- end: "$",
692
- subLanguage: ["julia", "julia-repl"],
693
- relevance: 0,
694
- },
695
- ],
+ subLanguage: ["julia", "julia-repl"],
696
};
697
});
698
0 commit comments