1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 09:07:19 +03:00

rc spell: Avoid C-style comments in awk

This commit is contained in:
codesoap 2020-03-22 08:03:50 +01:00
parent 3c265acd6c
commit 94cdd3f9e3

View File

@ -46,11 +46,11 @@ define-command -params ..1 -docstring %{
{
if (/^@\(#\)/) {
/* drop the identification message */
# drop the identification message
}
else if (/^\*/) {
/* nothing */
# nothing
}
else if (/^$/) {