Add java to languages

This commit is contained in:
Daniel Imms
2017-04-04 21:57:02 -07:00
parent 9c94921ed2
commit 266ec03583

View File

@@ -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