Skip to content

Commit

Permalink
Change comment.line.inform to comment.line.exclamation.inform
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Inform.tmbundle@4136 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 11, 2006
1 parent d7f6c0a commit 5d768c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Inform.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
foldingStopMarker = "\\]";

patterns = (
{ name = "comment.line.inform"; match = "!(.*)";},
{ name = "comment.line.exclamation.inform"; match = "!(.*)";},
{
name = "meta.function.inform";
match = "(?:\\s*)\\[(?:\\s*)(.*)(?:\\s*);";
Expand Down

0 comments on commit 5d768c0

Please sign in to comment.