Add .yml syntax hilighting. Closes #92027.

This commit is contained in:
Jackson Kearl
2020-03-05 09:32:53 -08:00
parent 8192262a14
commit ea91347c6b
2 changed files with 90 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ const mappings = [
['vb', 'source.asp.vb.net'],
['xml', 'text.xml'],
['yaml', 'source.yaml'],
['yml', 'source.yaml'],
];
const scopes = {