Skip to content

Commit

Permalink
Closes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bond committed Apr 15, 2018
1 parent de86410 commit 6f0b330
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [1.2.2] (2018-04-??)
### Features
* Adding support for: JSON with comments ([](https://github.com/aaron-bond/better-comments/commit/)), closes [#51](https://github.com/aaron-bond/better-comments/issues/51)
* Adding support for: AL ([](https://github.com/aaron-bond/better-comments/commit/)), closes [#54](https://github.com/aaron-bond/better-comments/issues/54)
* Adding support for: TypeScript React (.tsx) ([](https://github.com/aaron-bond/better-comments/commit/)), closes [#56](https://github.com/aaron-bond/better-comments/issues/56)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The default 5 can be modifed to change the colors, and more can be added.
* Java
* JavaScript
* JavaScript React
* JSON with comments
* Julia
* LaTex
* Less
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"onLanguage:java",
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:jsonc",
"onLanguage:julia",
"onLanguage:latex",
"onLanguage:less",
Expand Down
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export class Parser {
case "java":
case "javascript":
case "javascriptreact":
case "jsonc":
case "kotlin":
case "less":
case "pascal":
Expand Down

0 comments on commit 6f0b330

Please sign in to comment.