Skip to content

Commit

Permalink
Bug fixes and new features, see CHANGELOG
Browse files Browse the repository at this point in the history
- added fancier hover message
- fixed nested C code block detection
- fix token detection
  • Loading branch information
babyraging committed Apr 21, 2020
1 parent 0c3aede commit d2043b2
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 117 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,10 +5,17 @@
## 0.0.8
### Added
- Added more keywords, expect-rr|start|skeleton|glr-parser|language|token-table|code imports (yacc)
- Added a fancier hover message, now shows the type definition of the symbols (lex/yacc)

### Changed
- Changed rules to completion for lex definition, better

### Bug Fixes
- Fixed multiplle type/token definitions on multiple lines
- Fixed multiple type/token definitions on multiple lines
- %define support string as value
- Fixed nested C block detection, better implementation (lex/yacc)
- Fixed a bug on wrong detection of tokens (yacc)


## Release

Expand Down

0 comments on commit d2043b2

Please sign in to comment.