AviSynth lexer - stream comments
Posted: 25.11.2016 07:31
The AviSynth lexer presently recognizes only the line comment (beginning with #).
But there are also 2 types of stream comments (/* */ and [* *]).
I tried customizing Lexer.cfg and regular expression (in the lexer parser) but they worked only partially (highlighting stream commands).
I'm not able to apply stream comments in Synwrite (6.28.2440) from the comments plugin.
So I would appreciate including stream comments into AviSynth plugin.
Thank you.
But there are also 2 types of stream comments (/* */ and [* *]).
I tried customizing Lexer.cfg and regular expression (in the lexer parser) but they worked only partially (highlighting stream commands).
I'm not able to apply stream comments in Synwrite (6.28.2440) from the comments plugin.
So I would appreciate including stream comments into AviSynth plugin.
Thank you.