language-tcd
Syntax highlighting for TCD logs
JAK0723 15 0 0.1.2 MIT GitHub

TCD language package

Syntax highlighting for Twitch Chat Downloader logs in the IRC format.

To enable automatic syntax highlighting, add the following to init.coffee, replacing <PATH> with the path to your log directory:

atom.workspace.observeTextEditors (editor) ->
  if editor.getPath()?.includes('<PATH>')
    editor.setGrammar(atom.grammars.grammarForScopeName('source.tcd'))