foxundermoon/vs-shell-format

The syntax checking for .gitignore is incorrectly reporting errors.

zxcvbnm3057 opened this issue · 0 comments

It reported an error with message a command can only contain words and redirects; encountered (

The gitignore was from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore. And the exact error position is 276:14

*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

please fix this