Antonio Ospite d580aa3a3f Fix highlighting comments in scss files
The sccs syntax file imports the definitions of the sass indented syntax
where comments follow some indentation rules[1].

These indentation rules are not valid in the scss syntax[2], and their
visual rendering is confusing.

So delete the syntax items referring to sass comments files before using
the newly defined ones.

Also derive the visual style directly from Comment instead of
sassComment, just to stress that the comment definitions are distinct
from the sass ones.

[1] http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html#comments
[2] http://sass-lang.com/documentation/file.SASS_REFERENCE.html#comments

Closes #78.
2017-07-19 14:23:01 -04:00
2014-04-03 08:45:48 -04:00
2014-04-03 18:09:48 -04:00
2017-05-08 16:34:21 -04:00
2017-05-08 16:34:21 -04:00
2015-10-05 15:41:52 -04:00

vim-haml

This project contains the runtime files for Haml, Sass, and SCSS that ship with Vim. You only need it if you want the very latest updates.

License

Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See :help license.

Description
Vim runtime files for Haml, Sass, and SCSS
Readme 188 KiB
Languages
Vim Script 100%