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

Add support for kotlin type #731

Merged
merged 1 commit into from
Jan 6, 2021
Merged

Conversation

raven42
Copy link
Collaborator

@raven42 raven42 commented Jan 5, 2021

Closes #632

Support for kotlin type was recently added into universal ctags
(universal-ctags/ctags#2769)

Currently there is no scope information in the ctags definition. So the
scope2kind and kind2scope settings are not functional. If support is
added, then these definitions can be updated to include that info.

Note: these kind definitions are based on the output from ctags --list-kinds=kotlin which is slightly different than the definitions
provided in #632. So this may not be fully compatible with the custom
ctags configuration from that issue. The default definition for
univercal ctags should be used instead.

Closes preservim#632

Support for kotlin type was recently added into universal ctags
(universal-ctags/ctags#2769)

Currently there is no scope information in the ctags definition. So the
`scope2kind` and `kind2scope` settings are not functional. If support is
added, then these definitions can be updated to include that info.

Note: these kind definitions are based on the output from `ctags
--list-kinds=kotlin` which is slightly different than the definitions
provided in preservim#632. So this may not be fully compatible with the custom
ctags configuration from that issue. The default definition for
univercal ctags should be used instead.
@raven42 raven42 requested a review from alerque January 5, 2021 17:21
@alerque alerque merged commit 5dd1102 into preservim:master Jan 6, 2021
@raven42 raven42 deleted the kotlin_type branch January 6, 2021 13:50
dev-hann added a commit to dev-hann/tagbar that referenced this pull request Sep 18, 2023
Closes preservim#632

Support for kotlin type was recently added into universal ctags
(universal-ctags/ctags#2769)

Currently there is no scope information in the ctags definition. So the
`scope2kind` and `kind2scope` settings are not functional. If support is
added, then these definitions can be updated to include that info.

Note: these kind definitions are based on the output from `ctags
--list-kinds=kotlin` which is slightly different than the definitions
provided in preservim#632. So this may not be fully compatible with the custom
ctags configuration from that issue. The default definition for
univercal ctags should be used instead.
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

Successfully merging this pull request may close these issues.

How to support Kotlin?
2 participants