Skip to content

rust-mode.el: Tweak syntax table #19021

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

Merged
merged 1 commit into from Nov 25, 2014
Merged

rust-mode.el: Tweak syntax table #19021

merged 1 commit into from Nov 25, 2014

Conversation

ghost
Copy link

@ghost ghost commented Nov 17, 2014

"_" should keep the default syntax class (symbol, not word). This
allows, e.g., `forward-word' to behave in the familiar way, jumping to
underscores within a function or variable name.

"_" should keep the default syntax class (symbol, not word). This
allows, e.g., `forward-word' to behave in the familiar way, jumping to
underscores within a function or variable name.
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon.

@bstrie
Copy link
Contributor

bstrie commented Nov 20, 2014

Sorry for the delay! I'll find someone who actually uses emacs to take a look at this. :)

@emberian
Copy link
Member

cc @nikomatsakis @pnkfelix @brson

bors added a commit that referenced this pull request Nov 24, 2014
"_" should keep the default syntax class (symbol, not word). This
allows, e.g., `forward-word' to behave in the familiar way, jumping to
underscores within a function or variable name.
@bors bors closed this Nov 25, 2014
@bors bors merged commit f3bd844 into rust-lang:master Nov 25, 2014
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.

6 participants