helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.67k stars 2.5k forks source link

Add syntax highlighting for the ignore file list from IntelliJ's `.ignore` plugin #10580

Closed yoav-lavi closed 6 months ago

yoav-lavi commented 6 months ago

Some of these are already supported but the majority aren't yet

.bzrignore (Bazaar)
.chefignore (Chef)
.cfignore (CloudFoundry)
.cvsignore (Cvs)
.boringignore (Darcs)
.deployignore (DeployHQ)
.distignore (WP-CLI)
.dockerignore (Docker)
.ebignore (ElasticBeanstalk)
.eleventyignore (Eleventy)
.eslintignore (ESLint)
.flooignore (Floobits)
ignore-glob (Fossil)
.gitignore (Git)
.gcloudignore (GoogleCloud)
.helmignore (Kubernetes Helm)
.jpmignore (Jetpack)
.jshintignore (JSHint)
.hgignore (Mercurial)
.mtn-ignore (Monotone)
.nodemonignore (Nodemon)
.npmignore (Npm)
.nuxtignore (NuxtJS)
.openapi-generator-ignore (OpenAPI Generator)
.p4ignore (Perforce)
.prettierignore (Prettier)
.ignore (Sourcegraph)
.stylelintignore (StyleLint)
.stylintignore (Stylint)
.swagger-codegen-ignore (SwaggerCodegen)
.terraformignore (Terraform)
.tfignore (TF)
.tokeignore (Tokei)
.upignore (Up)
.vercelignore (Vercel)
.yarnignore (Yarn)
yoav-lavi commented 6 months ago

Should be mostly covered by #10579

pascalkuthe commented 6 months ago

Closed by #10579