atom / symbols-view

Jump to symbols in Atom
MIT License
164 stars 114 forks source link

Unescaped Curly Bracket `{` in lib/.ctags #79

Closed xndcn closed 9 years ago

xndcn commented 9 years ago

It will cause ctags output warnings:

ctags-linux: Warning: regcomp (,|^|\*/)[    ]*(while|if|for|function|([A-Za-z_$][A-Za-z0-9_$]+))[   ]*\([^)]*\)[    ]*{: Unmatched \{
ctags-linux: Warning: regcomp (,|^|\*/)[    ]*get[  ]+([A-Za-z_$][A-Za-z0-9_$]+)[   ]*\([   ]*\)[   ]*{: Unmatched \{
ctags-linux: Warning: regcomp (,|^|\*/)[    ]*set[  ]+([A-Za-z_$][A-Za-z0-9_$]+)[   ]*\([   ]*([A-Za-z_$][A-Za-z0-9_$]+)?[  ]*\)[   ]*{: Unmatched \{

These warnings are outputed to stderr, so I think it doesn't matter in Mac OS X and Linux, but seems bad in Windows, looks like: atom

kevinsawicki commented 9 years ago

Fixed by #80