Setup Atom for CX
The most important thing in writing code is to easy identify the keywords of the language. In the next steps you get to know how to setup Atom for writing CX code.
Setup keyword highlighting
-
Download the latest version of Atom from https://atom.io/ and install it.
-
Move to
~/.atom
and openconfig.cson
\ For Windows:C:\Users\Username\.atom
-
add the following lines:
core: customFileTypes: "source.go": [ "cx" ]
-
Now Atom will use the golang syntax highlighting for every cx file.
Last update: 2021-02-11