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