From 8ec40d99756c87151d22d12394f7cf9996ee16ad Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 25 Mar 2017 18:34:00 -0700 Subject: [PATCH] Update support section --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f4110d0..0ff6895 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ generateTheme('My Theme', colorSet, path.join(__dirname, 'theme.json')); ## Support -Support below means that the editor has explicit support for the languages; the colors should match their meanings. Other languages will probably still look alright but there is no guarentee that they will. +Support below means that the standard VS Code grammar has explicit support for the languages; the colors should match their meanings. Other languages will probably still look alright but there is no guarentee that they will. -| Language | VS Code | -|---|---| -| CSS | :white_check_mark: -| JavaScript | :white_check_mark: -| HTML | :white_check_mark: -| TypeScript | :white_check_mark: +- :white_check_mark: CSS +- :white_check_mark: JavaScript +- :white_check_mark: HTML +- :white_check_mark: TypeScript +- :white_check_mark: Markdown +- :white_check_mark: C# ## Development