- Adding new property for tags: backgroundColor (3e7a188), closes #66
- default:
transparent
- default:
- Adding support for: PlainText (27ff774), closes #39
- PlainText support must be turned on in the settings:
highlightPlainText
- PlainText support must be turned on in the settings:
- Adding support for: Vue.js (2b14d2e), closes #71
- Adding support for: nim (73a55f6), merges #68
- Adding support for: HiveQL and Pig (e1653ef), merges #63
- Fixing support for SCSS (2b3919f), closes #60
- Fixing Python to prevent first line of the file being detected as a comment,
(438e0a6), closes #61
- Adding support for: JSON with comments (6f0b330), closes #51
- Adding support for: AL (de86410), closes #54
- Adding support for: TypeScript React (.tsx) (e884b37), closes #56
- Fixing logic to run the decorations properly when switching back from an unsupported language (756e0e0), closes #47
- Fixing decoration of strikethrough on multiline comments to start in the correct location (c4372e7), closes #46
- Adding support for: Clojure, Racket, Lisp (88e0720), merges #40
- Adding support for: Yaml (e9f40a0), merges #37
- Adding support for: Pascal (655f61f), closes #41
- Adding support for Julia (1b24ce1)
- Fixing comment detection when tabs are used to start the comment (2f08fb9), closes #25, thanks to bekorn
- Adding multiple new languages (586f325), thanks to Jooseppi12
- Adding support for MANY languages (0e7eab9), closes #8, #9
- Adding customisable comment annotation indicators, closes #11
- Fixing an issue where multi-line comments would not be detected if preceded by some indentation (c36821b)
- Adding language support for
Go
Thanks to pwebly for both of these additions :)
- Adding language support for
C
(thanks to TheWhoAreYouPerson) (6f3b852) - Adding support for multiline comments (special thanks to kurozael for the suggestion and help implementing) (cc82fca)
- Also adding contribution point for this: multilineComments: set this to false to disable
- Adding new comment type contribution point: highlightColor (07bd22f)
- Fixing issue where comment format conflicts with linters expecting a space after initial
//
(special thanks to TobiasBales)
- Added TravisCI config to run unit tests on check in (bd4b7b2)
- Updated README and demo image to show new comment type (0cbbccb)
Initial release to VSCode marketplace