提交 377ad58a 编写于 作者: R Ramya Achutha Rao

Trigger emmet on closing square brackets

上级 a915f4b3
......@@ -11,12 +11,12 @@ import { DocumentStreamReader } from './bufferStream';
import { isStyleSheet } from 'vscode-emmet-helper';
export const LANGUAGE_MODES: Object = {
'html': ['!', '.', '}', ':', '*', '$'],
'jade': ['!', '.', '}', ':', '*', '$'],
'slim': ['!', '.', '}', ':', '*', '$'],
'haml': ['!', '.', '}', ':', '*', '$'],
'xml': ['.', '}', '*', '$'],
'xsl': ['!', '.', '}', '*', '$'],
'html': ['!', '.', '}', ':', '*', '$', ']'],
'jade': ['!', '.', '}', ':', '*', '$', ']'],
'slim': ['!', '.', '}', ':', '*', '$', ']'],
'haml': ['!', '.', '}', ':', '*', '$', ']'],
'xml': ['.', '}', '*', '$', ']'],
'xsl': ['!', '.', '}', '*', '$', ']'],
'css': [':', ';'],
'scss': [':', ';'],
'sass': [':'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册