foxundermoon / vs-shell-format

the shellscript、Dockerfile、properties ...... format extension
MIT License
445 stars 47 forks source link

The syntax checking for .gitignore is incorrectly reporting errors. #379

Open zxcvbnm3057 opened 6 months ago

zxcvbnm3057 commented 6 months ago

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