Done: http://www.cmake.org/Wiki/index.php?title=CMake_Editors_Support&diff=9174&oldid=9162
On 5/25/07, Philippe Poilbarbe <[EMAIL PROTECTED]> wrote:
Mathieu Malaterre a écrit : > Nevermind, I found it it was in the CVS > > http://public.kitware.com/cgi-bin/viewcvs.cgi/Docs/cmake-syntax.vim?root=CMake&view=markup > > > I simply added two new operators: > > ... Hello, for those who are interested in maintaining a syntax highlighting mode for text editors there is attached a perl script which determines commands/functions (which is simple: cmake --help-command-list), keywords used by these commands and properties. This is done by parsing the output of the command 'cmake --help-command' applied to each command. I have done this for NEdit since this is the one we use but changing the formatted output of the script is quite simple (everything is in perl vars at the end of the script). Expecting this can help, Ph. Poilbarbe -- Philippe Poilbarbe CLS, Space Oceanography Division _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
-- Mathieu _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
