Syntax highlighting for CMake in atom. Converted from the Textmate bundle
9/9/2020: Original lucas-clemente/language-cmake
repository discontinued?
The original lucas-clemente/language-cmake repository has been archived. Because it's maintainer has already told that he does not use Atom editor anymore and the last commit is my merged pull request from more than a year ago (version 1.2.0), the project seems discontinued to me.
A couple of days ago, I made another pull request (#25), once again updating the list of keywords based on the changes in CMake over the past year. It's possible that this new pull request will never be merged. So I decided to use my forked repository TrinityCoder/language-cmake, more specifically the devel
branch (newly set as default), to provide my current up-to-date version of the language-cmake
package. I don't have access to the official repo nor to the Atom.io language-cmake package administration.
-- TrinityCoder (9/9/2020)
Rename to language-cmake-2
and update of package.json
config
I have decided to rename this fork to language-cmake-2
so the name is clearly
different from the original. This change only happened in the package config
(in package.json
), the Github repository will not be renamed.
Package name is different but versioning continues as before without any change.
First, you should disable the original language-cmake
package, so these two
do not interfere.
apm install https://github.com/TrinityCoder/language-cmake.git
That's all; language-cmake-2
is installed in your Atom editor, you can find it in
Settings -> Packages -> Git Packages.