Skip to content

Commit

Permalink
added parameterized datatype syntax
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Standard ML.tmbundle@9228 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
commonlisp committed Mar 29, 2008
1 parent 1675331 commit 7df0120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/Standard ML.plist
Expand Up @@ -310,15 +310,15 @@
</dict> </dict>
<dict> <dict>
<key>begin</key> <key>begin</key>
<string>\b(datatype)\s+([a-zA-Z][a-zA-Z0-9'_]*)\s*(?==)</string> <string>\b(datatype)\s+(\(.*\))?\s*([a-zA-Z][a-zA-Z0-9'_]*)\s*(?==)</string>
<key>captures</key> <key>captures</key>
<dict> <dict>
<key>1</key> <key>1</key>
<dict> <dict>
<key>name</key> <key>name</key>
<string>keyword.other.ml</string> <string>keyword.other.ml</string>
</dict> </dict>
<key>2</key> <key>3</key>
<dict> <dict>
<key>name</key> <key>name</key>
<string>entity.name.type.datatype.ml</string> <string>entity.name.type.datatype.ml</string>
Expand Down

0 comments on commit 7df0120

Please sign in to comment.