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)
Sat, May 4, 4:59 PM
Unknown Object (File)
Fri, May 3, 3:23 AM
Unknown Object (File)
Wed, May 1, 1:13 PM
Unknown Object (File)
Wed, May 1, 1:13 PM
Unknown Object (File)
Mon, Apr 29, 2:51 PM
Unknown Object (File)
Wed, Apr 24, 10:49 PM
Unknown Object (File)
Sun, Apr 21, 5:40 PM
Unknown Object (File)
Fri, Apr 19, 1:58 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
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).