language-gfl-log

Syntax highlighting for Girls' Frontline logs

JAK0723

12

0

0.1.2

MIT

GitHub

GFL Log language package

Syntax highlighting for Girls' Frontline logs.

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.gfl-log'))