hello
I'm working with kuka krl language and trying to create syntax highlight and function list that works in npp
e.g.:
;FOLD Executing GOTO-task ;;FOLD Executing GOTO-task
//program...
;ENDFOLD
i really tried to teach the function list how to find them... didn't figure it out.
Syntax P1.1.1=\([ \t]*;FOLD[ \t]+ Syntax P2.1.1=[ \t]*\(.*\) Syntax P3.1.1=[a-zA-Z0-9_]+ Syntax P4.1.1= Syntax P5.1.1=\([ \t]*;ENDFOLD
Can someone help me please?
best reagrds,
ruoja
hello
I'm working with kuka krl language and trying to create syntax highlight and function list that works in npp
e.g.:
;FOLD Executing GOTO-task
;;FOLD Executing GOTO-task
//program...
;ENDFOLD
i really tried to teach the function list how to find them... didn't figure it out.
Syntax P1.1.1=\([ \t]*;FOLD[ \t]+
Syntax P2.1.1=[ \t]*\(.*\)
Syntax P3.1.1=[a-zA-Z0-9_]+
Syntax P4.1.1=
Syntax P5.1.1=\([ \t]*;ENDFOLD
Can someone help me please?
best reagrds,
ruoja