aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/sonictemplate/lang/html.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/sonictemplate/lang/html.vim b/autoload/sonictemplate/lang/html.vim
index d804f54..36d20c9 100644
--- a/autoload/sonictemplate/lang/html.vim
+++ b/autoload/sonictemplate/lang/html.vim
@@ -14,7 +14,6 @@ function! sonictemplate#lang#html#guess()
let content = join(lines, "\n")
let tag = matchstr(content, '^<\zs[^> ]\+\ze.*')
let inner = substitute(matchstr(content, '^<[^>]\+>\zs.*\ze</[^>]\+>$'), '[ \t\r\n]', '', 'g')
- let g:hoge = inner
if tag == 'script'
return {
\ 'filetype': 'javascript',