From 52a0edfec8f4d4b8c1be52ede69dedfa85711de3 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 9 Dec 2022 15:04:28 +0300 Subject: [PATCH] fix --- lib/highlight.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/highlight.tcl b/lib/highlight.tcl index bfcbea2..8367fa2 100644 --- a/lib/highlight.tcl +++ b/lib/highlight.tcl @@ -170,7 +170,7 @@ namespace eval Highlight {} { ctext::addHighlightClassForRegexp $txt keyword #68ceff {^(\s*?)[a-zA-Z0-9\_\-]+(\s*?:)} ctext::addHighlightClassForSpecialChars $txt equal #0082ff {=} ctext::addHighlightClassForRegexp $txt changelog lightgreen {^(\s*?)(\*|\-)(.+?)$} - ctext::addHighlightClass $txt shelcommand #19a2a6 {if fi else elseif then while case esac do in exit source echo package mkdir ls rm sed awk grep date jq zip tar gzip mount umount test make curl git iconv less gcc scp rsync cut tr function install} + ctext::addHighlightClass $txt shellcommand #19a2a6 {if fi else elseif then while case esac do in exit source echo package mkdir ls rm sed awk grep date jq zip tar gzip mount umount test make curl git iconv less gcc scp rsync cut tr function install} ctext::addHighlightClassForRegexp $txt comments #666666 {(#|//)[^\n\r]*} } }