Page MenuHomePhabricator

Highlight numbers in Python import names properly
ClosedPublic

Authored by sophiebits on Sep 5 2014, 12:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 17, 2:42 AM
Unknown Object (File)
Wed, Mar 6, 2:41 PM
Unknown Object (File)
Mon, Mar 4, 4:53 PM
Unknown Object (File)
Feb 16 2024, 6:19 PM
Unknown Object (File)
Feb 9 2024, 11:06 AM
Unknown Object (File)
Feb 9 2024, 11:06 AM
Unknown Object (File)
Feb 9 2024, 7:28 AM
Unknown Object (File)
Feb 5 2024, 2:30 AM
Subscribers

Details

Summary

This was a typo I made when porting the Pygments lexer.

Test Plan

Made a paste with "import webapp2_extras" and saw that the whole "webapp2_extras" was blue (unlike before, when only "webapp" was).

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sophiebits retitled this revision from to Highlight numbers in Python import names properly.
sophiebits updated this object.
sophiebits edited the test plan for this revision. (Show Details)
sophiebits added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Sep 5 2014, 12:15 AM
epriestley updated this revision to Diff 25071.

Closed by commit rPHUe29b637875fe (authored by @spicyj, committed by @epriestley).