Skip to content

Commit

Permalink
[ git ] Merge pull request #121 from choukh/master
Browse files Browse the repository at this point in the history
add lagda.md highlight support
  • Loading branch information
banacorn authored Oct 10, 2022
2 parents 089db42 + fd91a7e commit 905ec61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "agda",
"scopeName": "text.html.markdown",
"path": "./syntaxes/markdown.tmLanguage.json",
"injectTo": ["source.agda"]
}
],
"commands": [
{
"command": "agda-mode.load",
Expand Down
Loading

0 comments on commit 905ec61

Please sign in to comment.