vs.language.cmake icon indicating copy to clipboard operation
vs.language.cmake copied to clipboard

Improve set_property syntax highlighting

Open tambry opened this issue 7 years ago • 0 comments

set_property commands can be quite long. It would be useful to have some extra syntax highlighting for them.

For example: set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DEBUG>)

Could maybe have the following:

  • [ ] APPEND and PROPERTY as dark blue
  • [ ] COMPILE_DEFINITIONS as light blue

tambry avatar Oct 09 '16 09:10 tambry