Merge pull request #231 from sbdchd/scss

updated scss comment style to correspond to the style guide
This commit is contained in:
Caleb Maclennan 2016-05-23 22:52:03 +03:00
commit e6e67e9470
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -346,7 +346,7 @@ let s:delimiterMap = {
\ 'scheme': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' },
\ 'scilab': { 'left': '//' },
\ 'scsh': { 'left': ';' },
\ 'scss': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
\ 'scss': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/'},
\ 'sed': { 'left': '#' },
\ 'sgmldecl': { 'left': '--', 'right': '--' },
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' },