 adynis
Member
|
Hello,
I customized the aditional Language files to tag the procedures names for the language which i’m using ( lisp based language ); Here the variable names ar declared something like:
let( var1 var2 var3 )
Is there any method to tag those variables (I’m interested for autocomplete, so I don’t care if there are more than one variable name in a file)
Thank you;
|
 simon
Key Master
|
You’d need to look into custom language support for ctags. There’s some PN specific information here:
http://pnotepad.org/docs/howto/tag_custom_languages
You can also look at the Exuberant CTags documentation.
|