Skip to content
Snippets Groups Projects
Commit e835c620 authored by Laros's avatar Laros
Browse files

Extracted the BNF language definition for the lstlisting package.


git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@277 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 74c5623b
No related branches found
No related tags found
No related merge requests found
\lstdefinelanguage{BNF}{
sensitive = true,
otherkeywords = {-,>,|,',`,?,(,)},
morestring = [b][keywordstyle]',
morecomment = [l]{\#},
}
......@@ -35,13 +35,7 @@
\newcommand{\bt}[1]{\texttt{\textbf{#1}}}
\lstdefinelanguage{BNF}{
sensitive = true,
otherkeywords = {-,>,|,',`,?,(,)},
morestring = [b][keywordstyle]',
morecomment = [l]{\#},
}
\input{lstBNF}
\newslideframe{TITLE}{ % Template for the title.
\boxput{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment