Add support for Agda

This commit is contained in:
pufferffish 2023-10-03 12:43:13 +01:00 committed by klarkc
parent fe5e34d9ad
commit 1f36e55b31
No known key found for this signature in database
GPG Key ID: A9688C165077FB02

View File

@ -812,5 +812,21 @@
}
}
]
},
{
"language": "Agda",
"markers": [
{
"type": "line",
"pattern": "--"
},
{
"type": "block",
"pattern": {
"start": "{-",
"end": "-}"
}
}
]
}
]