Skip to content

Commit

Permalink
Make backtick a letter character
Browse files Browse the repository at this point in the history
In Mathematica it is a context mark that can be used as part of symbol
names.
  • Loading branch information
jkuczm committed May 13, 2021
1 parent 7ff1d2d commit 59e7ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmacells.sty
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,8 @@
\definecolor{mmaComment}{gray}{.6}

\lstdefinelanguage[base]{Mathematica}[5.2]{Mathematica}{
alsoletter={\#}, % # is used in Slot identifier names.
alsoletter={\#`}, % # is used in Slot identifier names.
% ` is a context mark that is part of symbol names.
alsoother={@}, % @ is an operator.
morestring=[b]", % " inside string is escaped by backslash.
morecomment=[n]{(*}{*)}, % Mathematica comments can be nested.
Expand Down

0 comments on commit 59e7ccf

Please sign in to comment.