mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Add 'turn' to <angle> and 'dppx' to <resolution> data types for CSS auto-complete #294
This commit is contained in:
@@ -195,10 +195,10 @@ export var colorKeywords : { [name:string]:string } = {
|
||||
|
||||
export var units : { [unitName:string]:string[] } = {
|
||||
'length': ['em', 'rem', 'ex', 'px', 'cm', 'mm', 'in', 'pt', 'pc', 'cc'],
|
||||
'angle': ['deg', 'rad', 'grad'],
|
||||
'angle': ['deg', 'rad', 'grad', 'turn'],
|
||||
'time': ['ms', 's'],
|
||||
'frequency': ['Hz', 'kHz'],
|
||||
'resolution': ['dpi', 'dpcm'],
|
||||
'resolution': ['dpi', 'dpcm', 'dppx'],
|
||||
'percentage': ['%']
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user