feat(notes): highlight rust code blocks and .rs file views
All checks were successful
CI / verify (push) Successful in 1m7s
All checks were successful
CI / verify (push) Successful in 1m7s
This commit is contained in:
@@ -194,6 +194,7 @@ export const useShikiji = (): Promise<void> => {
|
|||||||
"html",
|
"html",
|
||||||
"css",
|
"css",
|
||||||
"json",
|
"json",
|
||||||
|
"rust",
|
||||||
{
|
{
|
||||||
...alloyGrammar,
|
...alloyGrammar,
|
||||||
name: "alloy",
|
name: "alloy",
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ const EXT_TO_LANG: Record<string, string> = {
|
|||||||
scss: "css",
|
scss: "css",
|
||||||
json: "json",
|
json: "json",
|
||||||
jsonc: "json",
|
jsonc: "json",
|
||||||
|
rs: "rust",
|
||||||
als: "alloy"
|
als: "alloy"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user