From 266ec0358335952d2c89a6f50a6580e686f7ba8d Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Apr 2017 21:57:02 -0700 Subject: [PATCH] Add java to languages --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5455d3a..e1273d4 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,13 @@ generateTheme('My Theme', colorSet, path.join(__dirname, 'theme.json')); Support below means that the standard VS Code grammar has explicit support for the languages, ie. the colors should match their meanings. Other languages will probably still look alright but there is no guarentee that they will. -- :white_check_mark: CSS -- :white_check_mark: JavaScript -- :white_check_mark: HTML -- :white_check_mark: TypeScript -- :white_check_mark: Markdown - :white_check_mark: C# +- :white_check_mark: CSS +- :white_check_mark: HTML +- :white_check_mark: Java +- :white_check_mark: JavaScript +- :white_check_mark: Markdown +- :white_check_mark: TypeScript ## Development