Skip to content

Commit

Permalink
fixed bug with .' operator in sublime syntax file
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed Jan 30, 2014
1 parent d1c4d72 commit 51efd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Julia.tmbundle/Syntaxes/Julia.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<key>begin</key>
<string>\[</string>
<key>end</key>
<string>\]('*)</string>
<string>\]((\.)?'*)</string>
<key>endCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 51efd59

Please sign in to comment.