mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Reset css emmet suggestions on semi colon Fixes #32911
This commit is contained in:
@@ -17,10 +17,10 @@ export const LANGUAGE_MODES: Object = {
|
||||
'haml': ['!', '.', '}', ':', '*', '$'],
|
||||
'xml': ['.', '}', '*', '$'],
|
||||
'xsl': ['!', '.', '}', '*', '$'],
|
||||
'css': [':'],
|
||||
'scss': [':'],
|
||||
'css': [':', ';'],
|
||||
'scss': [':', ';'],
|
||||
'sass': [':'],
|
||||
'less': [':'],
|
||||
'less': [':', ';'],
|
||||
'stylus': [':'],
|
||||
'javascriptreact': ['.', '}', '*', '$'],
|
||||
'typescriptreact': ['.', '}', '*', '$']
|
||||
|
||||
Reference in New Issue
Block a user