Skip to content

Commit

Permalink
Support multiline comments in Colorer
Browse files Browse the repository at this point in the history
  • Loading branch information
magistere committed Mar 16, 2014
1 parent 213b4b3 commit 49652b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/julia.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<scheme name="julia">
<!-- Comments -->
<block start="/\#\=/" end="/\=\#/" scheme="Comment" region="mlComment"/>
<block start="/\#/" end="/$/" scheme="Comment" region="mlComment"/>
<!-- Strings -->
<regexp match="/&#34;.*?&#34;/" region0="mlString"/>
Expand Down

0 comments on commit 49652b4

Please sign in to comment.