Skip to content

Instantly share code, notes, and snippets.

@agarciadom
Created May 9, 2021 17:43
Show Gist options
  • Save agarciadom/1db69b26376e66378be9caa5b1f08eee to your computer and use it in GitHub Desktop.
Save agarciadom/1db69b26376e66378be9caa5b1f08eee to your computer and use it in GitHub Desktop.
Listings definition for the EOL language
\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