branch: externals/a68-mode commit 6d11dfc473d237c2c3d62ef6080ad78920cf1bb5 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
add known issues to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0bf8d4ef53..25970b6024 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ The following variables are available for customization: by e.g. `comment-dwim`. see `M-x customize-group a68 RET` for more info. + + +### Known issues + +It doesn't handle well shebangs: `#!` is taken as the start of the +comment up to the next `#`.