Added support for .gitignore#2481
Conversation
e1da8a6 to
d7b14fa
Compare
There was a problem hiding this comment.
Thank you @osipxd for this language definition!
A few minor nits and one questions:
What are headers and sections? The spec doesn't mention those.
Also, it might be nice to have an alias for .npmignore files edit: and .hgignore files.
It isn't from specification it is just additional highlight to better structurize gitignore file in case if it is large.
Ok, I'll add it |
30d0a3c to
f7a8e29
Compare
It tried searching for this practice and I wasn't able to find anything. It doesn't seem to be common, so let's just go with the spec for now and remove |
|
Thank you for contributing @osipxd! |

Closes #2475
I've called the main language
ignorebecause it can be used in many ignore configs. Like.hgignoreor.npmignore.Implementation inspired with .ignore plugin.