From de3d7c8ac4922012c13a3cedf2298adb4593163c Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Fri, 4 Jul 2008 01:58:51 +0000 Subject: [PATCH] Thrift: fix punctuation captures that I broke git-svn-id: http://svn.textmate.org/trunk/Review/Bundles/Thrift.tmbundle@10129 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Syntaxes/Thrift.tmLanguage | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Syntaxes/Thrift.tmLanguage b/Syntaxes/Thrift.tmLanguage index b727308..3b94eb3 100644 --- a/Syntaxes/Thrift.tmLanguage +++ b/Syntaxes/Thrift.tmLanguage @@ -701,7 +701,7 @@ match - #.*\n? + (#).*\n? name comment.line.number-sign.thrift @@ -715,7 +715,7 @@ match - //.*\n? + (//).*\n? name comment.line.double-slash.thrift @@ -894,7 +894,7 @@ ' beginCaptures - 1 + 0 name punctuation.definition.string.begin.thrift @@ -904,7 +904,7 @@ ' endCaptures - 1 + 0 name punctuation.definition.string.end.thrift @@ -918,7 +918,7 @@ " beginCaptures - 1 + 0 name punctuation.definition.string.begin.thrift @@ -928,7 +928,7 @@ " endCaptures - 1 + 0 name punctuation.definition.string.begin.thrift