Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctags config errors #109

Open
anpavlov opened this issue Dec 8, 2016 · 1 comment
Open

ctags config errors #109

anpavlov opened this issue Dec 8, 2016 · 1 comment

Comments

@anpavlov
Copy link

anpavlov commented Dec 8, 2016

Hi, I was so happy to find ctags config for swift in this project.
Unfortunately, running ctags with this config in .ctags results in multiple errors:
ctags: Warning: regcomp [[:<:]]class[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]enum[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]func[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]protocol[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]struct[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]extension[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name
ctags: Warning: regcomp [[:<:]]typealias[[:>:]][[:space:]]+([[:alnum:]_]+): Invalid character class name

What i'm doing wrong?
ctags version:
Universal Ctags 0.0.0(60e9073), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
Compiled: Jul 26 2016, 16:05:24
URL: https://ctags.io/
Optional compiled features: +wildcards, +regex, +option-directory, +coproc, +json

@keith
Copy link
Owner

keith commented Dec 8, 2016

Hmm. I assumed at first this would be because I've never tested these with universal ctags. But I compiled it locally and it seems to work as expected:

uctags: Warning: Language "Clojure" already defined
Universal Ctags 0.0.0(6587204c), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
  Compiled: Dec  8 2016, 11:23:11
  URL: https://ctags.io/
  Optional compiled features: +wildcards, +regex, +option-directory, +coproc, +xpath, +json, +yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants