Geany editor newLISP definition file
Posted: Tue Jun 05, 2012 10:30 pm
Hi, the Geany [0] editor comes with a LISP filetype definition file [1].
I would like to modify this to make it newLISP friendly. I would like any additional suggestion over what I am here asking if is the logical approach to modifying this LISP definition file to make a newLISP definition file.
From what I can see, I know I should change the line by removing the existing keywords and put in the newLISP expression and function words, like:
to include all the words listed on the left hand side of the newLISP manual (frame) [2].
My questions are these:
+ What might be the difference between keywords= and special_keywords= ?
+ Based on these [3] config options, is there anything else I would need to change in the file?
Thanks!
[0] http://geany.org/
[1] https://bazaar.launchpad.net/~haaaad/ge ... types.lisp
[2] http://www.newlisp.org/downloads/manual_frame.html
[3] http://www.geany.org/manual/current/ind ... figuration
I would like to modify this to make it newLISP friendly. I would like any additional suggestion over what I am here asking if is the logical approach to modifying this LISP definition file to make a newLISP definition file.
From what I can see, I know I should change the
Code: Select all
keywords=
Code: Select all
keywords=+ / div mul and or define find-all ...
My questions are these:
+ What might be the difference between keywords= and special_keywords= ?
+ Based on these [3] config options, is there anything else I would need to change in the file?
Thanks!
[0] http://geany.org/
[1] https://bazaar.launchpad.net/~haaaad/ge ... types.lisp
[2] http://www.newlisp.org/downloads/manual_frame.html
[3] http://www.geany.org/manual/current/ind ... figuration