This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# Line below below has 2 problems | |
-# 1. The forward slash in the file path causes the rest of the line to show as commented out. | |
-# 2. The "href" attribute gets grouped with the "%link" tags coloring | |
%link(href="ui/css/screen.css" rel="stylesheet" type="text/css" media="screen, projection") | |
-# Line directly below has the same problem with the forward slash | |
%link( href="ui/css/print.css" rel="stylesheet" type="text/css" media="print") | |
-# The below highlights correctly without the forward slash causing a comment problem, | |
-# but it would be nice if attributes could be colored differently |
NewerOlder