Skip to content

Instantly share code, notes, and snippets.

@geoffreydhuyvetters
Last active May 10, 2016 15:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffreydhuyvetters/d0eefa88dec79ba9e16b497696f56e99 to your computer and use it in GitHub Desktop.
Save geoffreydhuyvetters/d0eefa88dec79ba9e16b497696f56e99 to your computer and use it in GitHub Desktop.
forcing syntax highlighting in Atom

You can force syntax highlighting on files in Atom by using customFileTypes in config.cson

"*":
  core:
    customFileTypes:
      "source.json": [
        ".eslintrc"
        ".babelrc"
      ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment