mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-07 17:54:29 +08:00
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.
526 B
526 B