Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 882 Bytes

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 882 Bytes

What's New?

UnReleased

Added

  • Added comment highlight (lex)
  • Added basic hover and goto definition support (lex/yacc)

Bug fixes

  • Fixed not auto-completing when writing the rule on the same line (yacc)
  • Code inline commented now won't be highlighted by semantic coloring (yacc)

Release

0.0.6

Changed

  • update extension icon

0.0.5

Changed

  • Update README.md

0.0.4

Changed

  • Removed gif samples from assets folder
  • Exclude gifs from extension package

0.0.3

Added

  • Updated README.md, added examples

Changed

  • Removed auto closing pair [<, >] since it is also on under the C code block

Bug fixes

  • Fixed a problem that prevents lex to suggest already declared definitions (lex)
  • Fixed a not able to trigger completion when typing '<' in correct section (yacc)

0.0.2

  • update icon

0.0.1

  • Initial release