On Wednesday 21 January 2015 16:17:35 Ben Boeckel wrote:
> List of improvements to the syntax file:
> 
>   - drop support for < 7.0 (which is 7.5 years old now);
>   - add support for Lua-style comments;
>   - update the list of system variables;
>   - update the list of operators;
>   - make only commands case-insensitive;
>   - update the list of built-in commands (and deprecated ones);
>   - highlight user-defined function and macro calls; and
>   - tweak colors a bit.

Much needed, especially updating the list of commands and operators, thanks!

However, I'm missing having variables highlighted in a different colour, 
especially when they appear in strings. Also, do you know if it's possible to 
make command and operator highlighting context-sensitive? For example, in 
add_command(COMMAND foo), COMMAND is highlighted because it is in the list of 
operators, and I've got a command that takes a LINK_LIBRARIES keyword 
argument, which is highlighted as a deprecated command.

Alex
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to