mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Fixes #355
This commit is contained in:
@@ -3,7 +3,7 @@ function! emmet#lang#sass#findTokens(str) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#lang#sass#parseIntoTree(abbr, type) abort
|
function! emmet#lang#sass#parseIntoTree(abbr, type) abort
|
||||||
return emmet#lang#html#parseIntoTree(a:abbr, a:type)
|
return emmet#lang#css#parseIntoTree(a:abbr, a:type)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent) abort
|
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user