All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Fixed default-directory (PR #152)
- Add project-clean menu item (PR #151)
- Add elseif indent keyword (PR #147)
- Add code formatting feature (PR #149)
- Add beginner example (PR #150)
- New feature: Code completion (PR #140)
- Update ctags settings (PR #137)
- Avoid ctags configuration conflicts (PR #138)
- Update README.md (PR #141)
- Improve methods parse regex (PR #144)
- Changed use keyword highlighting (PR #143)
- Improve number and variable recognition expressions. (PR #135)
- Added ffi bare lambdas callback hightlighting (PR #131)
- Added struct support for ctags (PR #132)
- Added addressof keyword highhighting (PR #134)
- Fixed condition indentation (PR #111)
- Fixed generic default parameter highlighting (PR #113)
- Fixed match indent to be consistent with Style Guide (PR #121)
- Added source folding support (PR #112)
- Added underscore in numeric literals highlighting (PR #115)
- Added community menu items (PR #119)
- Added code jump support based on ctags (PR #122)
- Added tags autoload support (PR #123)
- Improved delimiter highlighting (PR #114)
- Improve type refrences highlighting (PR #99)
- Fix region length (PR #100)
- Fixed Invalid indent expression (PR #102)
- Fixed methods nesting highlighting (PR #108)
- Added TODO highlighting (PR #103)
- Added whitespace highlighting (PR #104)
- Added pony file coding system (PR #105)
- Added fill column indicator (PR #106)
- Added rainbow brackets highlighting (PR #107)
- Added playground support (PR #98)
- Fixed character literals highlighting (PR #95)
- Fixed numeric highlighting (PR #92)
- Fixed generic references highlighting (PR #86)
- Added EditorConfig support (PR 82)
- Changed operator symbols highlighting (PR #70)
- Added end keyword keep indent (PR #54)
- Improved variable highlighting (PR #55)
- Improved type highlighting (PR #56)
- Added parameter highlighting (PR #59)
- Added method references highlighting (PR #60)
- Added numeric literals highlighting (PR #63)
- Added operators highlighting (PR #64)
- Fixed melpa recipe format (PR #52)
- Differentiate docstrings from strings (PR #45)
- Fix this and reference capabilities highlight color (PR #47)
- Fixed multi-line method indentation (PR #46)
- Fixed match clause indentation (PR #46)
- Fixed multi-line type indentation (PR #46)
- Compilation Integration (PR #41)
- Added Hydra support (PR #42)
- Added some banners to the Hydra menu (PR #42)
- Better type and constant highlighting (PR #48)
- Font lock for variable definitions (PR #49)
- Add missing keywords (PR #36)
- Nothing. Attempt to get Melpa stable index to show new version.
- Problem with triple quoted string handling
- Font lock strings and character constants correctly
- Add "with" to indenting keywords
- "addressof", "as", "embed", "isnt", "ifdef", "not", and "struct" added as highlighted keywords.
- Indenting match statements: correct bad "else/end" indentation
- Multiline method indentation
- Indenting primitives: force indentation as 0
- Indenting interfaces: force indentation as 0
- Indenting traits: force indentation as 0
- Constructor indenting: 'new' at beginning of line indents one level.
- 'lambda' as a highlighted keyword