Skip to content

Commit

Permalink
feat: Highlight types
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Mar 2, 2024
1 parent e077ac5 commit 256476c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions syntaxes/pv.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,12 @@
"name": "constant.numeric.proverif"
},
{ "include": "#new_decl" },
{
"match": ":\\s*([a-zA-Z0-9'_]+)",
"captures":{
"1": { "name": "entity.name.type.proverif" }
}
},
{
"begin": "\\(",
"end": "\\)",
Expand Down

0 comments on commit 256476c

Please sign in to comment.