mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Add .yml syntax hilighting. Closes #92027.
This commit is contained in:
@@ -55,6 +55,7 @@ const mappings = [
|
||||
['vb', 'source.asp.vb.net'],
|
||||
['xml', 'text.xml'],
|
||||
['yaml', 'source.yaml'],
|
||||
['yml', 'source.yaml'],
|
||||
];
|
||||
|
||||
const scopes = {
|
||||
|
||||
Reference in New Issue
Block a user