toggleComment.

This commit is contained in:
mattn
2012-05-30 21:00:59 +09:00
parent e3f72a588a
commit 0330ce39b4
5 changed files with 85 additions and 74 deletions

View File

@@ -113,3 +113,7 @@ function! zencoding#lang#haml#parseTag(tag)
endwhile
return current
endfunction
function! zencoding#lang#haml#toggleComment()
" TODO
endfunction