Created
May 9, 2021 17:43
-
-
Save agarciadom/1db69b26376e66378be9caa5b1f08eee to your computer and use it in GitHub Desktop.
Listings definition for the EOL language
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\lstdefinelanguage{EOL}{ | |
morekeywords={delete,import,for,while,in,and,or,self,operation,return,def,var,throw,if,new,else,transaction,abort, | |
break,breakAll,continue,assert,assertError,not, switch, case, default}, | |
sensitive=true, | |
morecomment=[l]{//}, | |
morecomment=[l]{--}, | |
morecomment=[s]{/*}{*/}, | |
morecomment=[s]{-*}{*-}, | |
morestring=[b]", | |
morestring=[b]', | |
showstringspaces=false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment