Skip to content

Commit

Permalink
Add syntax highlighting for GLSL
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 15, 2024
1 parent 04cf02e commit 8bcdfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/shiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const defaults: Options = {
cssSelector: "pre code",
languageDetectRe: /\blanguage-([\w-]+)\b/i,
options: {
langs: ["csharp", "js", "ts", "html", "css", "json", "xml", "yaml", "markdown", "bash", "powershell", "haskell", "prolog", "java", "matlab"],
langs: ["csharp", "js", "ts", "html", "css", "json", "xml", "yaml", "markdown", "bash", "powershell", "haskell", "prolog", "java", "matlab", "glsl"],
theme: "dark-plus"
}
};
Expand Down

0 comments on commit 8bcdfd7

Please sign in to comment.