mrodalgaard / language-log

Log file syntax highlighting in Atom
MIT License
42 stars 9 forks source link

configure file formats #7

Closed apptoix closed 8 years ago

apptoix commented 8 years ago

Hi, This package is quite useful to view logs. It would be very useful if it would be possible define which file formats are logs, specially because many times .txt files aren't logs, and don't require the filter bar nor require the syntax highlight.

Thanks

mrodalgaard commented 8 years ago

Thank you @apptoix. Next release will have some major improvements on detecting log files using the first line and not blindly marking every txt file starting with numbers as a log file.

If you are missing some other file formats then txt, then they need to be added as well. Top of log.cson shows the current.

apptoix commented 8 years ago

Looks great! Thanks!