language-ignore

Syntax highlighting for 'ignore' files : gitignore, npmignore, dockerignore, prettierignore, ...

ldez

7,759

28

1.9.0

MIT

GitHub

Ignore files Package for Atom

Atom Package Atom Package Downloads Build Status (Linux & OSX) Build status (Windows) MIT License

Adds syntax highlighting to 'ignore' files.

language-ignore-gitignore

Supported files

Install

Settings/Preferences > Install > Search for language-ignore

Or

apm install language-ignore

Troubleshooting

If you have problem with the .dockerignore files:

  customFileTypes:
    "text.ignore": [
      ".dockerignore"
    ]

Example:

"*":
  core:
    customFileTypes:
      "text.ignore": [
        ".dockerignore"
      ]