diff --git a/private_dot_config/lf/executable_scopelf.sh b/private_dot_config/lf/executable_scopelf.sh index 08b751b..62319ed 100644 --- a/private_dot_config/lf/executable_scopelf.sh +++ b/private_dot_config/lf/executable_scopelf.sh @@ -78,7 +78,7 @@ handle_mime() { local mimetype="${1}" case "${mimetype}" in # Text - text/* | */xml) + text/* | */xml | */json | */javascript) # Syntax highlight if [ "$( stat --printf='%s' -- "${FILE_PATH}" )" -gt "${HIGHLIGHT_SIZE_MAX}" ]; then exit 2