Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lstlangmizar.sty
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
%% Mizar definition (c) 2012 Josef Urban
%% <Josef.Urban@gmail.com>
%%
%% minor enhancements (c) 2013 Christoph Lange
%% <math.semantic.web@gmail.com>
%%
\lstdefinelanguage{Mizar}%
{morekeywords={schemes,constructors,definitions,theorems,vocabularies,requirements,registrations,
notations,theorem,scheme,definition,registration,notation,axiom,proof,now,end,hereby,case,suppose,
Expand All @@ -15,6 +18,7 @@ associativity,commutativity,connectedness,irreflexivity,reduce,reducibility,refl
sethood,uniqueness,transitivity,idempotence,asymmetry,projectivity,involutiveness
},%
sensitive, %
morecomment=[l]{::},%
morecomment=[n]{(:}{:)},%
morestring=[d]",%
literate={=>}{{$\Rightarrow$}}1 {>->}{{$\rightarrowtail$}}2{->}{{$\to$}}1
Expand Down