Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Feb 9, 2015
1 parent 62109d3 commit 6ae75f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* Macros are now limited to PHP scopes
* New macros
- Append `,\n` on <kbd>Enter</kbd> in array strings. *To insert a literal newline key <kbd>Shift</kbd>+<kbd>Enter</kbd>.*
- Append `;` on <kbd>Ctrl</kbd>+<kbd>Enter</kbd> in valid contexts
- Append `;\n` on <kbd>Ctrl</kbd>+<kbd>Enter</kbd> in valid contexts
* Minimise auto-complete noise: Completion rules now cancel completions for method declarations and class declarations with modifiers. e.g. typing at `public function |` and `abstract class |`.
* Tests
- Added a language test suite
- Added a language test suite. Closes #2
- Added a indentation test and expectation in a single file test case

See [CONTRIBUTING.md](https://github.com/gerardroche/sublime-php-grammar/blob/master/CONTRIBUTING.md) for more details.
Expand Down

0 comments on commit 6ae75f8

Please sign in to comment.