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

support non-ascii identifiers in Rust #4530

Merged
merged 1 commit into from
Jul 24, 2021
Merged

Conversation

nightwing
Copy link
Member

fixes #4519

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #4530 (6b3ea77) into master (3eec114) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4530   +/-   ##
=======================================
  Coverage   70.51%   70.51%           
=======================================
  Files         543      543           
  Lines       54791    54792    +1     
  Branches    10275    10275           
=======================================
+ Hits        38635    38636    +1     
  Misses      16156    16156           
Flag Coverage Δ
unittests 70.51% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/ace/mode/rust_highlight_rules.js 45.83% <100.00%> (+2.35%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3eec114...6b3ea77. Read the comment docs.

@nightwing nightwing merged commit 563113e into master Jul 24, 2021
@nightwing nightwing deleted the rust-non-ascii-identifiers branch July 24, 2021 15:38
@shepmaster
Copy link

Thank you!

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.

Rust: support non-ascii identifiers in syntax highliting
2 participants