mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-15 21:37:07 +08:00
Properly highlight SCSS comments
This commit is contained in:
@@ -9,6 +9,11 @@ endif
|
||||
|
||||
runtime! syntax/sass.vim
|
||||
|
||||
syn match scssComment "//.*" contains=sassTodo,@Spell
|
||||
syn region scssComment start="/\*" end="\*/" contains=sassTodo,@Spell
|
||||
|
||||
hi def link scssComment sassComment
|
||||
|
||||
let b:current_syntax = "scss"
|
||||
|
||||
" vim:set sw=2:
|
||||
|
||||
Reference in New Issue
Block a user