Skip to content

Commit

Permalink
Add "multiset" to keywords for syntax highlighting
Browse files Browse the repository at this point in the history
With the addition of the multiset builtin message theory to Tamarin,
the vim syntax highlighting should highlight it in the same way as
the other builtin theories.
  • Loading branch information
Nick Moore committed Feb 8, 2017
1 parent 075e062 commit 14b204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/spthy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ syn match spthyLAtom "@"
syn match spthyLAtom "<"
syn match spthyLAtom ">"

syn keyword spthyConstr aenc sdec senc sdec sign verify hashing signing
syn keyword spthyConstr aenc sdec senc sdec sign verify hashing signing multiset
syn match spthyConstr "\<h("he=e-1
syn match spthyConstr "\<sk("he=e-1
syn match spthyConstr "\<pk("he=e-1
Expand Down

0 comments on commit 14b204a

Please sign in to comment.