i've been trying to make my ASP+HTML syntax highlighting hightlight the asp code blocks, it's easy to make <% and%> types of brackets or comments but then i loose the color coding within them, when i'd just like to change the background, e.g.
<p>some html</p>
<%
'' a vbscript comment
for i = 0 ...
Search found 4 matches
- Fri Apr 21, 2006 12:44 pm
- Forum: General
- Topic: sytax highlighting: change background leave fg unaffected
- Replies: 0
- Views: 314
- Fri Apr 21, 2006 12:37 pm
- Forum: General
- Topic: Syntax Highlighting - single-quote commenting
- Replies: 2
- Views: 902
i post comments in vbscript with two single quotes thus
this is somewhat similar to c-syntax comments:
just that your finger presses a different key twice.
then you can set
in your .syn file
Code: Select all
'' this is a comment
'this is a string'Code: Select all
//this is a commentthen you can set
Code: Select all
SingleComment = ''- Fri Jul 22, 2005 2:46 pm
- Forum: General
- Topic: horizontal jumping when selecting text on single long line
- Replies: 2
- Views: 306
- Fri Jul 22, 2005 9:53 am
- Forum: General
- Topic: horizontal jumping when selecting text on single long line
- Replies: 2
- Views: 306
horizontal jumping when selecting text on single long line
i'm fairly certain that older versions didnt do this, if i have a long line of code and want to select a section with the mouse but stray up or down by a few pixels the horizontal scrolling jumps to the newly highlighted section of the adjacent line. this is very annoying and impossible to get ...