Skip to content

Commit

Permalink
Remove periods (.) from 'alsoletter'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 6, 2020
1 parent a8f3b96 commit 8fac9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preamble.tex
Expand Up @@ -184,7 +184,7 @@
% Another solution would be to remove this completely.
\lstdefinelanguage{modelica}{% Language for use with the lstlisting environment.
basicstyle=\upshape\small\ttfamily, % Font size for displayed code listings.
alsoletter={...},
alsoletter={},
% otherkeywords={-, =, +, [, ], (, ), \{, \}, :, *, !},%
morekeywords=[1]{}, % blue Keywords
morekeywords=[2]{% blue + bold keywords
Expand Down Expand Up @@ -213,7 +213,7 @@
% Note: within only a keyword in grammar
\lstdefinelanguage{grammar}{%
basicstyle=\upshape\small\ttfamily, % size of fonts used for the code
alsoletter={...},
alsoletter={},
alsodigit={-},
breaklines=true,
breakatwhitespace=true,
Expand Down

0 comments on commit 8fac9c9

Please sign in to comment.