TADS 3 Language Grammar for Atom
This package permits syntax coloring of TADS 3 source code in the Atom editor. This should also work with compatible syntax colorers, like TextMate 2 or Sublime, with some appropriate changes for the particulars of how grammar files are specified.
Note that this package does not deal with TADS 2.
This language extension correctly handles:
This language extension is not currently providing coloring for TADS 3 library elements, such as classes from ADV3 or ADV3Lite. The initial release is simply to make sure that the TADS language itself is covered reasonably well.
This language extension does not add the ".h" files to the recognized types, even though TADS 3 does use such files. Atom, by default, should recognize such files as C++ and that should generally give you good enough highlighting.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.