From ccc0e4bb8b8b53023aa78d4c948a8e3e7998bbc6 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Thu, 17 Apr 2025 20:46:15 +0100 Subject: [PATCH] rpmlint lexer: colour spec name --- syntax_files/rpmlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_files/rpmlint.yaml b/syntax_files/rpmlint.yaml index 60bc49a..3471ab8 100755 --- a/syntax_files/rpmlint.yaml +++ b/syntax_files/rpmlint.yaml @@ -14,7 +14,7 @@ rules: - yellow: "\\d+\\sbadness" - blue: "checks:\\s\\d+" - blue: "packages:\\s\\d+" - - constant.string: "^([A-Z_a-z_0-9_\\.]+)\\.spec" + - constant.string: "^([A-Z_a-z_0-9_\\./]+)\\.spec" - constant.string: "^(=+)\\srpmlint session starts\\s(=+)$" - preproc: "\\b(BuildArch|BuildArchitectures|ExclusiveArch|ExcludeArch):" - preproc: "\\b(Conflicts|Obsoletes|Provides|Requires|Requires\\(.*\\)|Enhances|Suggests|BuildConflicts|BuildRequires|Recommends|PreReq|Supplements):"