Adds highlighting to plain text files in Atom to improve the visual structure of the document.
Contributions, bug reports and feature requests are very welcome!
- Reyhn
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'
]
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.