/atom-plain-simple

An Atom package with simple coloring of text/plain files.

Primary LanguageCSSMIT LicenseMIT

Simple highlighting of text/plain files

Adds highlighting to plain text files in Atom to improve the visual structure of the document.

Screenshot

Contributions, bug reports and feature requests are very welcome!

        - Reyhn

Note on auto grammar

This package should be automatically applied to .txt-files. However, other packages might also use that file extension.

If this highlighting is not applied, check your other grammar packages for their file types. You might be required to modify their grammar .cson-files and comment out the txt-extension.

For example, change this:

'fileTypes': [
  'txt'
  'log'
  'syslog'
  'out'
  'output'
]

into:

'fileTypes': [
#  'txt'
  'log'
  'syslog'
  'out'
  'output'
]
Legal

The package icon is made by Alessandro Roncone, available under a CC Attribution-Share Alike 4.0 license.

This package is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.