Skip to content

Instantly share code, notes, and snippets.

@suica
Last active May 10, 2021 11:04
Show Gist options
  • Save suica/5efb13e0865a2208a60a6f0d147489b4 to your computer and use it in GitHub Desktop.
Save suica/5efb13e0865a2208a60a6f0d147489b4 to your computer and use it in GitHub Desktop.
VSCode agda snippets
{
"^r": {
"prefix": "^r",
"body": [
"ʳ"
],
"description": "^r"
},
"^l": {
"prefix": "^l",
"body": [
"ˡ"
],
"description": "^l"
},
"le": {
"prefix": "le",
"body": [
"≤"
],
"description": "^l"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment