parent
5fa81d43db
commit
c313f5df82
|
|
@ -1462,7 +1462,7 @@ type TJsSynHighLighter = class(tcustomsynhighlighter)
|
|||
keywordcolor := 0xff0000;
|
||||
stringcolor := 0x968080;
|
||||
annotationcolor := 0x8D9600;
|
||||
ExecuteCommand("strings",array(('"',"\\")));
|
||||
ExecuteCommand("strings",array(('"',"\\"),("'","\\")));
|
||||
ExecuteCommand("keywords",jskeywords1());
|
||||
ExecuteCommand("rowannotes",array("//"));
|
||||
ExecuteCommand("blockannotes",array(("/*","*/")));
|
||||
|
|
|
|||
Loading…
Reference in New Issue