Skip to content

Commit

Permalink
fix(docs): use lua syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed Apr 12, 2024
1 parent 335a4de commit 16fbb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function target_readme() {
function target_help() {
regex_inline -n 1 '^Version:\\s+' '$' "$(get_version)" |
regex_inline -n 1 '^ © ' '$' "$(get_copyright)" |
regex_section '\\*incline-default-config\\*$' '^-{78}$' ">\n$(get_default_config | sed 's/^/ /')\n<"
regex_section '\\*incline-default-config\\*$' '^-{78}$' ">lua\n$(get_default_config | sed 's/^/ /')\n<"
}

function target_test() {
Expand Down

0 comments on commit 16fbb59

Please sign in to comment.