Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Improve tokenization #233

Merged
merged 6 commits into from Jan 27, 2018
Merged

Improve tokenization #233

merged 6 commits into from Jan 27, 2018

Conversation

50Wliu
Copy link
Contributor

@50Wliu 50Wliu commented Jan 24, 2018

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

Description of the Change

  • Tokenize function names for function and method calls
  • Tokenize objects and properties
Before After
language-python-before language-python-after

Quite the difference if I do say so myself. This brings language-python in line with other languages such as language-javascript, language-coffee-script, language-php, etc.

Alternate Designs

None.

Benefits

✨ highlighting ✨

Possible Drawbacks

None.

Applicable Issues

Fixes #170
Fixes #141

@50Wliu 50Wliu merged commit 847186a into master Jan 27, 2018
@50Wliu 50Wliu deleted the wl-better-tokenization branch January 27, 2018 23:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tokenize methods Inconsistent function highlighting
1 participant