Skip to content

Instantly share code, notes, and snippets.

@K4zuki
Created July 22, 2016 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save K4zuki/2f812296b9dd9aaa4d19aaf9114b88e7 to your computer and use it in GitHub Desktop.
Save K4zuki/2f812296b9dd9aaa4d19aaf9114b88e7 to your computer and use it in GitHub Desktop.
modify `language-ini` module for atom editor

modify language-ini module for atom editor

install

apm install language-ini

in ini.cson

L1~

'fileTypes': [
  'inf',
  'desktop',
  'directory',
  'ini',
  'conf'
]

in language-ini.cson

L3~

    'commentStart': '# '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment