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)
Fri, Aug 14, 2:49 AM
Unknown Object (File)
Thu, Aug 13, 5:03 AM
Unknown Object (File)
Jun 26 2026, 7:40 AM
Unknown Object (File)
Jun 25 2026, 10:54 AM
Unknown Object (File)
Jun 6 2026, 12:38 PM
Unknown Object (File)
May 31 2026, 7:25 PM
Unknown Object (File)
Apr 16 2026, 7:00 AM
Unknown Object (File)
Mar 29 2026, 12:52 PM
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).