Skip to content

Commit

Permalink
Fixed block comment bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
calculuswhiz committed Jan 30, 2016
1 parent 9c64699 commit 9acc1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assembly x86 AT&T.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"match": "(#|//).*$"
},
{
"begin": "/\\*",
"begin": "\\s*/\\*",
"end": "\\*/",
"name": "comment.multiline"
},
Expand Down
2 changes: 1 addition & 1 deletion Assembly x86 AT&T.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
</dict>
<dict>
<key>begin</key>
<string>/\*</string>
<string>\s*/\*</string>
<key>end</key>
<string>\*/</string>
<key>name</key>
Expand Down

0 comments on commit 9acc1b6

Please sign in to comment.