From 88668e19abf404225618bb0a05d11ab1145d6d62 Mon Sep 17 00:00:00 2001 From: Neek Sandhu Date: Thu, 17 May 2018 01:37:45 -0700 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6345b2..492ad1e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ export async function liftOff() { } }) + // map of monaco "language id's" to TextMate scopeNames const grammars = new Map() grammars.set('css', 'source.css') grammars.set('html', 'text.html.basic')