My UEW file for AutoLISP has these main lines:
Example:
( = / test "Mystring") works fine and colors Mystring.
(/ = test "Mystring") works NOT for the string, because I have a bracket followed by a slash. Code syntax and other stuff is highlighted fine, but "string" fails.
Why?
Code: Select all
/L9"AutoLISP" Nocase Line Comment Num = 2; Block Comment On = ;| Block Comment Off = |; Escape Char = \ String Chars = " EnableCFByIndent File Extensions = LSP MNL SCR PRP PRV XBS SHP MNU ISS
/TGBegin "Function"
/TGFindStr = "^{(defun ^}^{^[[~^]]+^]^}"
/TGFindStr = "; ^(#####*^)$"
/TGFindStr = "; ^(-----*^)$"
/TGFindStr = "; ^(^*^*^*^*^**^)$"
/TGEnd
/Delimiters = ~!@%^&()=|\{}[]:;"'<> , .?
/Indent Strings = "(" "(progn" "(if" "(cond"
/Unindent Strings = ")"
/Strip Comments = No
/C1"Operatoren"
*
+
-
// /
<
=
>
~
( = / test "Mystring") works fine and colors Mystring.
(/ = test "Mystring") works NOT for the string, because I have a bracket followed by a slash. Code syntax and other stuff is highlighted fine, but "string" fails.
Why?
UE 26.20.0.74 German / Win 10 x 64 Pro