Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Started Sass support.
Browse files Browse the repository at this point in the history
  • Loading branch information
fullsailor committed Apr 20, 2010
1 parent a8d3751 commit 70603c7
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions Languages.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<language id="im.andrew.Sugar.HAML">
<root-zone>styling.css</root-zone>
<name>HAML</name>
<detectors>
<extension casesensitive="false">haml</extension>
</detectors>
</language> <meta>
<settings>

<language id="im.andrew.Sugar.HAML">
<root-zone>styling.css</root-zone>
<name>HAML</name>
<detectors>
<extension casesensitive="false">haml</extension>
</detectors>
</language>

<language id="im.andrew.Sugar.Sass">
<root-zone>styling.css</root-zone>
<name>Sass</name>
<detectors>
<extension casesensitive="false">sass</extension>
</detectors>
</language>

<meta>
<name>HAML Lang</name>
<description>Adds HAML syntax highlighting.</description>
<author>Andrew Smith</author>
<identifier>im.andrew.Sugar.HAML</identifier>
<version status="preview">0</version>
<version status="development">0.1</version>
<download format="git">git://github.com/fullsailor/HAML.sugar.git</download>
<url>http://github.com/fullsailor/HAML.sugar</url>
<dependencies>
<dependency id="name.elliottcable.Sugar.Ruby">Ruby</dependency>
</dependencies>
</meta>

</settings>

0 comments on commit 70603c7

Please sign in to comment.