Page MenuHomePhabricator

Highlight numbers in Python import names properly
ClosedPublic

Authored by sophiebits on Sep 5 2014, 12:15 AM.
Tags
None
Referenced Files
F15453448: D10418.id25070.diff
Sat, Mar 29, 11:51 AM
F15441274: D10418.id.diff
Wed, Mar 26, 5:16 PM
F15434618: D10418.id25070.diff
Tue, Mar 25, 4:41 AM
F15392491: D10418.id25070.diff
Sat, Mar 15, 3:31 PM
F15392367: D10418.diff
Sat, Mar 15, 2:48 PM
F15381476: D10418.diff
Fri, Mar 14, 7:51 AM
Unknown Object (File)
Feb 26 2025, 1:08 AM
Unknown Object (File)
Feb 7 2025, 10:58 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
Branch
import-num
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2436
Build 2440: [Placeholder Plan] Wait for 30 Seconds

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).