Skip to content

JAK0723/language-gfl-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published