Alternative groups {} don't bork on forward slash.
* eglot.el (eglot--glob-parse): Tweak {} grammar.
GitHub-reference: per https://github.com/joaotavora/eglot/issues/602
with grammar = '((:** "\\*\\*/?" eglot--glob-emit-**)
(:* "\\*" eglot--glob-emit-*)
(:? "\\?" eglot--glob-emit-?)
- (:{} "{[^][/*{}]+}" eglot--glob-emit-{})
+ (:{} "{[^][*{}]+}" eglot--glob-emit-{})
(:range "\\[\\^?[^][/,*{}]+\\]" eglot--glob-emit-range)
(:literal "[^][,*?{}]+" eglot--glob-emit-self))
until (eobp)