Sublime-CMakeLists icon indicating copy to clipboard operation
Sublime-CMakeLists copied to clipboard

Sublime Text 2/3 - CMake Package

Results 6 Sublime-CMakeLists issues
Sort by recently updated
recently updated
newest added

Parser is broken for arguments with parenthesis. See example below. At the end of the first line, syntax highlighting engine returns to the global `main` context. _Qt6/qtdeclarative/src/qml/CMakeLists.txt:_ ```cmake qt_internal_extend_target(Qml CONDITION...

is it possible to add support of the syntax used for variable replacement? There is a very specific scenario where this is needed: CMake package with config details. This uses...

Add the following commands: - `target_link_directories` - `target_link_options` - `target_precompile_headers` `target_link_directories` is CMake 3.13; don't know about the rest.

As the title says, if my project is a dynamic library project, I need to compile all the dynamic libraries and the main program to run properly, but there is...

Come from : ![screen-2023-07-18-13-46-25](https://github.com/sharkdp/bat/assets/32936898/41c2cb83-7fc4-4ee9-97d8-d63be85b3e94) cmake can use ``` #[=======================================================================[.rst: ... #]=======================================================================] ``` to display rst syntax in `...`. Why not highlight it in rst not in cmake comment?

The "at" `@` sign in copyright headers break this plugin's syntax highlighting for the rest of the file. Example: ![example](https://invent.kde.org/plasma/flatpak-kcm/uploads/0dac1328e553271169a66682a7d7a5d8/image.png) Possible solution: pop out of CMake substitution `@variable@` context at...