Skip to content

Commit

Permalink
Remove additional inline syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Oct 9, 2012
1 parent 7bb64ea commit de5d410
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions syntax/slim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ let b:ruby_no_expensive = 1
" Include Ruby syntax highlighting
syn include @slimRubyTop syntax/ruby.vim
unlet! b:current_syntax
" Include Haml syntax highlighting
syn include @slimHaml syntax/haml.vim
unlet! b:current_syntax
" Include Sass syntax highlighting
syn include @slimSass syntax/sass.vim
unlet! b:current_syntax
" Include Scss syntax highlighting
syn include @slimScss syntax/scss.vim
unlet! b:current_syntax
" Include Erb syntax highlighting
syn include @slimErb syntax/eruby.vim
unlet! b:current_syntax
" Include Coffeescript syntax highlighting, ignoring errors if it's missing
silent! syn include @slimCoffee syntax/coffee.vim
unlet! b:current_syntax

" Include HTML
syn include @slimHtml syntax/scss.vim
unlet! b:current_syntax

setlocal iskeyword+=:

Expand Down

0 comments on commit de5d410

Please sign in to comment.