Skip to content

Commit

Permalink
Add grammer for Agda
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabi315 committed Mar 18, 2024
1 parent 71f850e commit f5b18cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 124 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
markdown: {
shikiConfig: {
theme: "nord",
// langs: [agda],
langs: ["javascript", "typescript", "haskell", "ocaml", "rust", agda],
},
remarkPlugins: [remarkToc, remarkMath],
rehypePlugins: [
Expand Down
122 changes: 0 additions & 122 deletions src/data/agda.tmLanguage

This file was deleted.

2 changes: 1 addition & 1 deletion src/data/agda.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fileTypes": [
"agda"
],
"name": "Agda",
"name": "agda",
"patterns": [
{
"begin": "--",
Expand Down

0 comments on commit f5b18cd

Please sign in to comment.