Skip to content

Commit

Permalink
Global change from constant.character.escaped to constant.character.e…
Browse files Browse the repository at this point in the history
…scape, we had been split 50/50 so this brings all the languages in line with each other.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Haskell.tmbundle@4196 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 14, 2006
1 parent a18b3cb commit aa5dddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/Haskell.plist
Expand Up @@ -47,7 +47,7 @@
<key>match</key>
<string>\\.</string>
<key>name</key>
<string>constant.character.escaped.haskell</string>
<string>constant.character.escape.haskell</string>
</dict>
</array>
</dict>
Expand All @@ -64,7 +64,7 @@
<key>match</key>
<string>\\.</string>
<key>name</key>
<string>constant.character.escaped.haskell</string>
<string>constant.character.escape.haskell</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit aa5dddb

Please sign in to comment.