banacorn / language-agda

Agda language support for the Atom editor
https://atom.io/packages/language-agda
MIT License
13 stars 5 forks source link

Add LaTeX based Literate Agda support #7

Closed yitzchak closed 7 years ago

yitzchak commented 7 years ago

This PR sets the grammar scope for literate Agda to be text.tex.latex.agda, includes the text.tex.latex grammar and then only uses source.agda in code and verbatim blocks. This is in line with how language-haskell and language-knitr function, plus it makes the key bindings for latex function correctly.

banacorn commented 7 years ago

Thanks!!