summaryrefslogtreecommitdiffstats
path: root/Auxiliary/cmake-syntax.vim
Commit message (Collapse)AuthorAgeFilesLines
* Aux: Drop vim files prior to import of third-party versionBrad King2016-08-171-559/+0
|
* Aux: highlight commands using FunctionBen Boeckel2016-07-221-3/+3
| | | | | These are closer to functions than anything else. Also change the other groups which were highlighted with Function to other groups.
* Aux: sort the highlighting listBen Boeckel2016-07-221-3/+3
|
* Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variablesBen Boeckel2016-07-221-1/+1
|
* Aux: highlight modules using IncludeBen Boeckel2016-07-221-1/+1
| | | | They are closer to Include than generic preprocessor lines.
* Aux: highlight conditiona and repeat commands differentlyBen Boeckel2016-07-221-1/+9
|
* Aux: highlight deprecated commands as warningsBen Boeckel2016-07-221-1/+5
|
* Aux: remove unused highlight linksBen Boeckel2016-07-221-2/+0
|
* Aux: highlight Lua-style commentsBen Boeckel2016-07-221-0/+2
|
* Aux: check spelling in commentsBen Boeckel2016-07-221-1/+1
|
* Aux: update vim-syntax-highlightingPatrick Boettcher2016-07-211-57/+515
| | | | | | | | | | | | This commit updates the vim-syntax-file. It is still not complete, but contains much more keywords, built-in variables. Generator expressions are highlighted as well. This file is generated from a script which parses the --help output of cmake 3.5. Imported from here: https://github.com/pboettch/vim-cmake-syntax Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* Help: Update cmake.org links to avoid redirectsWilliam Lynch2015-01-161-1/+1
| | | | Some links to cmake.org now redirect, so link to the new pages directly.
* cmake-syntax.vim: Update the command listLukáš Lalinský2014-09-041-2/+2
|
* Rename Docs to AuxiliaryBrad King2013-10-151-0/+89
The directory contains auxiliary support files for integration with other tools, not documentation.