Skip to content

Commit

Permalink
Merge pull request #9 from slemouton/master
Browse files Browse the repository at this point in the history
Issue #8
  • Loading branch information
Arshia Cont committed Mar 14, 2016
2 parents c72b723 + b078dfc commit f97d410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Antescofo.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</dict>
<key>match</key>
<string>^\s*(NOTE)\s+(\b.+?\b)\s+(\b.+?\b)\s+(\b.+?\b)</string>
<string>^\s*(NOTE)\s+(\b.+?\b)\s+(\b.+?\b)\s+(("[^"]*")|(\b[^\s]*\b))</string>
<key>name</key>
<string>labeled.textslm</string>
</dict>
Expand All @@ -53,7 +53,7 @@
</dict>
</dict>
<key>match</key>
<string>^\s*(CHORD|TRILL|MULTI)\s+(\(.+?\))\s+(\b.+?\b)\s+(\b.+?\b)</string>
<string>^\s*(CHORD|TRILL|MULTI)\s+(\(.+?\))\s+(\b.+?\b)\s+(("[^"]*")|(\b[^\s]*\b))</string>
<key>name</key>
<string>labeled.textslm</string>
</dict>
Expand Down

0 comments on commit f97d410

Please sign in to comment.