From f04c52e91590841cd9aea06e9766672040858d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=C9=B4=E1=B4=9B=E1=B4=8F=C9=B4=20=C9=B4=E1=B4=8F?= =?UTF-8?q?=E1=B4=A0=E1=B4=8F=E1=B4=8A=C9=AA=CA=9F=E1=B4=8F=E1=B4=A0?= Date: Thu, 21 Sep 2023 13:19:01 +0300 Subject: [PATCH] Update rpm-spec.sublime-syntax --- rpm-spec.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-spec.sublime-syntax b/rpm-spec.sublime-syntax index 1d547f4..2e58560 100644 --- a/rpm-spec.sublime-syntax +++ b/rpm-spec.sublime-syntax @@ -72,7 +72,7 @@ contexts: scope: constant.numeric.float.decimal.spec - match: '\b\d+\b' scope: constant.numeric.integer.decimal.spec - - match: '(?:^[ \t]{0,}|\ \|\| | \&\& )(cat|cd|chmod|chown|cmake|cp|echo|env|exit|export|find|getconf|getent|git|grep|groupadd|groupadd|head|iconv|install|ldconfig|ln|ls|make|mkdir|mv|patch|popd|printenv|pushd|pwd|rename|rm|sed|service|sha[\d]+hmac|sha[\d]+sum|sort|strip|svn|systemctl|systemd-[\w\d_-]+|tail|touch|tr|truncate|update-alternatives|useradd|wc|yes)\b' + - match: '(?:^[ \t]{0,}|\ \|\| | \&\& )(cat|cd|chmod|chown|chrpath|cmake|cp|echo|env|exit|export|find|getconf|getent|git|grep|groupadd|groupadd|head|iconv|install|ldconfig|ln|ls|make|mkdir|mv|patch|popd|printenv|pushd|pwd|rename|rm|sed|service|sha[\d]+hmac|sha[\d]+sum|sort|strip|svn|systemctl|systemd-[\w\d_-]+|tail|touch|tr|truncate|update-alternatives|useradd|wc|yes)\b' captures: 1: variable.function.spec - match: '(?:^[ \t]{0,}|\ \|\| | \&\& )(\/(bin|sbin|usr\/bin|usr\/sbin)\/([\w\d_-]+))\b'