Syntax highlighting for CMake in atom. Converted from the Textmate bundle
This is continuation of the lucas-clemente/language-cmake
Atom package,
which has been discontinued in 2020, with last commit from 30 May 2019
and the last supported CMake version 3.14.
language-cmake-2
is a continuation of this project, which starts at the same
place where the original left.
First, you should remove the old, unupdated language-cmake
package by
running
# The `--hard` switch uninstalls both normal and dev versions# of the package (from ~/.atom/packages and ~/.atom/dev/packages).apm uninstall --hard language-cmake
Then, install the language-cmake-2
package:
apm install language-cmake-2
install.sh
scriptSimply run the install.sh
script. This script gets automatically rid
of the language-cmake
package.
./install.sh
If you want to link the current directory to Atom (instead of the last officially published version), run:
./install.sh --link
Licensed under the MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.