add comment @ in asm code and do not request redraw in GTK3.0

This commit is contained in:
2011-10-04 18:11:33 +02:00
parent eff5e3ae25
commit d21a3892df
2 changed files with 3 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
</rule>
<rule name="my comment">
<color>comment</color>
<start>//</start>
<start>(//|@)</start>
<end>\n</end>
<EscapeChar>\</EscapeChar>
</rule>