Fix #643 - Add support for write-good for many languages
This commit is contained in:
parent
1a5ef969a5
commit
7ac07a30b8
30 changed files with 437 additions and 24 deletions
|
@ -30,7 +30,7 @@ sed -n "$toc_start_line,$toc_end_line"p doc/ale.txt \
|
|||
doc_files="$(/bin/ls -1v doc | grep ^ale- | sed 's/^/doc\//' | paste -sd ' ' -)"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
grep -h 'ale-.*-options\|^[a-z].*\*ale-.*\*$' $doc_files \
|
||||
grep -h '\*ale-.*-options\|^[a-z].*\*ale-.*\*$' $doc_files \
|
||||
| sed 's/^/ /' \
|
||||
| sed 's/ALE Shell Integration/ALE sh Integration/' \
|
||||
| sed 's/ ALE \(.*\) Integration/\1/' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue