Skip to content

Commit

Permalink
changed bag ascii symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
akrmn committed Nov 1, 2016
1 parent 38ae987 commit 8a36320
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Graciela.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@
<string>Graciela</string>
<key>patterns</key>
<array>
<dict>
<key>comment</key>
<string>Builtin waves</string>
<key>match</key>
<string>(var|const|[\{]+(pre|post|inv|bound|repinv|coupinv|:)|(pre|post|inv|bound|repinv|coupinv|:)[\}]+|[{}〈〉⟅⟆])</string>
<key>name</key>
<string>entity.name.function</string>
</dict>
<dict>
<key>comment</key>
<string>Keywords and instructions</string>
<key>match</key>
<string>\b(abstract|program|begin|do|end|exist|notexist|forall|sum|product|count|if|fi|implements|in|inout|od|out|ref|proc|func|return|type)\b</string>
<string>\b(abstract|program|begin|do|end|exist|notexist|forall|sum|product|count|if|fi|implements|in|inout|od|out|ref|proc|func|rel|return|type)\b</string>
<key>name</key>
<string>keyword.control</string>
</dict>
Expand Down Expand Up @@ -161,14 +169,6 @@
<key>name</key>
<string>storage.type</string>
</dict>
<dict>
<key>comment</key>
<string>Builtin waves</string>
<key>match</key>
<string>(var|const|[\{]+(pre|post|inv|a|bound|repinv|coupinv)|(pre|post|inv|a|bound|repinv|coupinv)[\}]+|[{}〈〉⟅⟆])</string>
<key>name</key>
<string>entity.name.function</string>
</dict>
<dict>
<key>comment</key>
<string>Braces, brackets, parentheses...</string>
Expand Down

0 comments on commit 8a36320

Please sign in to comment.