Add roll and -roll to the set of highlighted shuffle words in the TextMate bundle

db4
Joe Groff 2008-01-20 09:25:49 -08:00
parent ff224b791e
commit 5e48afda60
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
</dict>
<dict>
<key>match</key>
<string>(^|(?&lt;=\s))(drop|2drop|3drop|keep|2keep|3keep|nip|2nip|dup|2dup|3dup|dupd|over|pick|tuck|swap|rot|-rot|slip|2swap|swapd|&gt;r|r&gt;)(\s|$)</string>
<string>(^|(?&lt;=\s))(drop|2drop|3drop|keep|2keep|3keep|nip|2nip|dup|2dup|3dup|dupd|over|pick|tuck|swap|rot|-rot|roll|-roll|slip|2swap|swapd|&gt;r|r&gt;)(\s|$)</string>
<key>name</key>
<string>keyword.control.stack.factor</string>
</dict>