Skip to content

Commit

Permalink
Stop highlighting signature as a keyword in the IDE (#2599)
Browse files Browse the repository at this point in the history
This fixes #2598.
  • Loading branch information
hurryabit authored and mergify[bot] committed Aug 20, 2019
1 parent 3e2ccc0 commit f11e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/daml-extension/syntaxes/daml12.tmLanguage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</dict>
<dict>
<key>begin</key>
<string>\b(module|signature)(\b(?!'))</string>
<string>\b(module)(\b(?!'))</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit f11e09f

Please sign in to comment.