Hi,
I'd like to make UE highlight Syntax errors
For example two separators:
//
||
or a missing separator:
(hello)(world)
instead of the "correct"
(hello)&(world)
So I'd need highlighting for the following character occurences:
//
/&
&/
%%
||
)?
)%
)(
It tried something like:
/L10"MYLANGUAGE" Line Comment = // Block Comment On = /* Block Comment Off = */ File Extensions = LBT
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
/Indent Strings = "{" "else"
/Unindent Strings = "}" "else"
/C1"Keywords"
/C3"Methods and Properties"
/C4"Operators"
!
$
&
*
+
:
|
~
/C5"Separs"
(
)
,
;
{
}
/C6"Errors"
//
/&
&/
%%
||
)?
)%
)(
But without effect.
Anybody have a suggestion?
I'd like to make UE highlight Syntax errors
For example two separators:
//
||
or a missing separator:
(hello)(world)
instead of the "correct"
(hello)&(world)
So I'd need highlighting for the following character occurences:
//
/&
&/
%%
||
)?
)%
)(
It tried something like:
/L10"MYLANGUAGE" Line Comment = // Block Comment On = /* Block Comment Off = */ File Extensions = LBT
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
/Indent Strings = "{" "else"
/Unindent Strings = "}" "else"
/C1"Keywords"
/C3"Methods and Properties"
/C4"Operators"
!
$
&
*
+
:
|
~
/C5"Separs"
(
)
,
;
{
}
/C6"Errors"
//
/&
&/
%%
||
)?
)%
)(
But without effect.
Anybody have a suggestion?