-
Notifications
You must be signed in to change notification settings - Fork 629
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
JavaScript: don't split a string token into words when tagging #3995
Comments
This is one of the ways to fix this issue. Another one is:
|
Setting |
I'd think the best solution would be marking it a dynamic property, but checking the token type seems a reasonable enough trick. |
I agree with you. Many confusions come from "Fussing around with the kind". Generally, a parser should maintain compatibility with its kinds, fields, extras, and roles. However, now that we have a "versioning mechanism" in parsers, we can change these drastically if we really want. |
This one is derrived from #3363 (comment) .
The name of the parser: JavaScript
The command line you used to run ctags:
The content of input file:
The tags output you are not satisfied with:
The tags output you expect:
The version of ctags:
How do you get ctags binary:
git clone
The text was updated successfully, but these errors were encountered: