atom-community / atom-community/ide-python
disable for certain file extensions
Open
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I would like to be able to disable ide-python for files matching a certain Glob, a la [Linter](https://atom.io/packages/linter).
For example, [snakemake](https://snakemake.readthedocs.io/en/stable/) uses a python-based language (and thus [MagicPython](https://atom.io/packages/magicpython) in Atom), but pycodestyle and pyflakes don't know how to handle it. If I could disable ide-python for files called "Snakefile" and ending in ".smk", that would be very useful.
Contributor guide
Assessment
This issue has not been assessed yet.