Trigger emmet for ! in xsl as it is a snippet prefix

This commit is contained in:
Ramya Achutha Rao 2017-08-20 12:33:13 -07:00
parent 0c079cb7df
commit 7e539de2f4

View file

@ -16,7 +16,7 @@ export const LANGUAGE_MODES: Object = {
'slim': ['!', '.', '}', ':', '*', '$'],
'haml': ['!', '.', '}', ':', '*', '$'],
'xml': ['.', '}', '*', '$'],
'xsl': ['.', '}', '*', '$'],
'xsl': ['!', '.', '}', '*', '$'],
'css': [':'],
'scss': [':'],
'sass': [':'],