Hi
I want to make Syn editor more usable to edit HTML file. I've start from small things. First I noticed, that attributes are not differentiate from key words, second: Escape_ampersand and comments are paint bold: that make noise.
  Patch attached.



--
Darek






Index: ColorDefault.xml
===================================================================
--- ColorDefault.xml	(revision 52729)
+++ ColorDefault.xml	(working copy)
@@ -84,9 +84,9 @@
       <LangHTML_document Version="6">
         <SchemeDefault>
           <Asp Background="clYellow" Foreground="clBlack"/>
-          <Comment Foreground="clBlue" Style="fsBold"/>
-          <Escape_ampersand Foreground="clLime" Style="fsBold"/>
-          <Identifier Style="fsBold"/>
+          <Comment Foreground="clBlue"/>
+          <Escape_ampersand Foreground="clLime"/>
+          <Identifier Foreground="clMaroon"/>
           <Reserved_word Style="fsBold"/>
           <Symbol Foreground="clRed"/>
           <Unknown_word Foreground="clRed" Style="fsBold"/>
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to