Skip to content

TrinityCoder/language-cmake-2

Repository files navigation

language-cmake-2 package

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.

How to install

a) By hand

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

b) Using the install.sh script

Simply 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

License

Licensed under the MIT license.