branch: externals/bnf-mode commit 1d8c1e7b51498138fd630221e9aaec106cf6aeba Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Update change log [ci skip] --- CHANGELOG.org | 6 +++++- README.org | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index a0d2708..f8157a7 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,9 +6,13 @@ All notable changes to this project will be documented in this file. The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this project adheres to [[http://semver.org][Semantic Versioning]]. ** [[https://github.com/sergeyklay/bnf-mode/compare/0.1.0...HEAD][Unreleased]] + +** 0.2.0 - 2019-03-16 *** Changed +- Comments are no longer use syntax table. For more see `comment-use-syntax'. + +*** Fixed - Changed comment syntax from ~#~ to ~;~ to follow [[https://tools.ietf.org/html/rfc822#section-2.8][RFC822#2.8]] . -- Comments no longer use syntax table. For more see `comment-use-syntax'. ** 0.1.0 - 2019-03-16 *** Added diff --git a/README.org b/README.org index 83f4a46..8a1d74a 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,8 @@ A GNU Emacs major mode for editing BNF grammars. #+begin_quote -Precise language is not the problem. Clear language is the problem. +“Precise language is not the problem. Clear language is the problem.” + Richard Feynman #+end_quote