Default to langId if not a manually mapped name.

Added Elixir and Elm to mapped language names.
This commit is contained in:
Juha Ristolainen
2017-03-24 08:40:33 +00:00
parent 574fa9f2e4
commit 1921c28636
5 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ All notable changes to the "code-stats-vscode" extension will be documented in t
### Changed
## [1.0.6] - 2017-03-24
### Changed
Changed the plugin to default to just langId if the langId is not found in the mapped language names.
Added Elm and Elixir to mapped names.
## [1.0.5] - 2017-03-18
### Changed