#3260 closed defect (fixed)
code.css needs modification for php comments when using SilverCity
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control/browser | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
My SilverCity lexer is producing the class hphp_comment
for multiline (c-style) comments. This css class doesn't exist in code.css right now (although hphp_commentblock
and hphp_commentinline
do). This occurs with the latest SilverCity 0.9.6 built from source.
Patch attached in a sec that fixes the symptom of 'comments not displaying like comments'.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | silvercity-php-comment.diff added |
---|
comment:1 by , 18 years ago
Tested against SilverCity 0.9.5 also, after finding the note about 0.9.6 not working with Trac.
P.S. Tried submitting this comment once, got "Database is locked."
comment:2 by , 18 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
What's not working with 0.9.6 is the Python highlighting mode. Shouldn't affect the PHP highglighting. I'll apply the patch in a sec.
As for the "Database is locked.", seems to be fairly frequent today :(
diff against trunk@3397