编辑器
单引号字符串
This commit is contained in:
@@ -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(("/*","*/")));
|
||||
|
||||
Reference in New Issue
Block a user