summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-20 14:16:09 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-20 14:16:48 +0200
commit24220470b54228924197a87fab04f6ee4901ad3d (patch)
tree7c9d0c61c2d5a6717c09f41d4e30136274323812
parentb4f5cd8988596b3e9cc8775abdb278dda702d558 (diff)
downloadshared-mime-info-24220470b54228924197a87fab04f6ee4901ad3d.tar.gz
Fix the description for SCSS files
It said "Sass" in the description, which is another type of CSS preprocessor definition.
-rw-r--r--freedesktop.org.xml.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index b22b7ba3..4e5759bb 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -6333,7 +6333,9 @@ command to generate the output files.
<glob pattern="*.ss"/>
</mime-type>
<mime-type type="text/x-scss">
- <_comment>Sass CSS pre-processor file</_comment>
+ <_comment>SCSS pre-processor file</_comment>
+ <acronym>SCSS</acronym>
+ <expanded-acronym>Sassy CSS</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.scss"/>
<generic-icon name="text-x-generic"/>