Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 1.01 KB

0.0.17 - Comments have been fixed

0.0.16 - Readme fix

0.0.15 - Readme update

0.0.14 - Auto Complete fix

Auto Complete wasn't working when using Symbol provider (wrong naming in language-pug.cson and pug.cson)

0.0.13 - Temporary fix to the comment behaviour

This syntax need major refactoring for sure, but calling the comment regex detection in two places solve the syntax switch on/off. Ugly but it works.

0.0.12 - Attempt to fix comment erratic behaviour

Changed slightly syntax comment detection organization, which almost works but there are still some quirks that are connected to the fact the line above the comment has or doesn't have leading spaces.

0.0.11 - Small fix to pug.cson

0.0.10 - Added minimal .gitignore

0.0.9 - Fixed changelog

0.0.8 - Multiple fixes

  • Fixes to syntax highlighting (doctype)
  • Attempted language-pug.cson cleanup/fix
  • Added test folder

0.0.5 - Configuration

  • Added configuration instruction in our README.md

0.0.4 - First Release

  • First beta release