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

Get accurate symbols for C language #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jinksong
Copy link

Exclude all non-alphanumeric chars for C files
getCurrentWordBufferRange returns the range of the whole word
including all punctuation marks when the word is pre-selected.
With a precise regular expression this can be avoided.

Signed-off-by: Jinkyu Song [email protected]

@jinksong jinksong force-pushed the feature/get_symbol_range branch from dbd5ea4 to af17c2e Compare May 27, 2015 23:06
Exclude all non-alphanumeric chars for C files
getCurrentWordBufferRange returns the range of the whole word
including all punctuation marks when the word is pre-selected.
With a precise regular expression this can be avoided.

Signed-off-by: Jinkyu Song <[email protected]>
@jinksong jinksong force-pushed the feature/get_symbol_range branch from af17c2e to 493a7c5 Compare June 2, 2015 03:20
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.

1 participant