Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RPM SPEC file syntax highlighting (patch from Fedora) #4638

Closed
mc-butler opened this issue Jan 27, 2025 · 5 comments
Closed

Update RPM SPEC file syntax highlighting (patch from Fedora) #4638

mc-butler opened this issue Jan 27, 2025 · 5 comments
Assignees
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4638
Reporter zaytsev (@zyv)
--- a/misc/syntax/spec.syntax
+++ b/misc/syntax/spec.syntax
@@ -5,25 +5,24 @@
     keyword whole Build\{Aa\}rch: green
     keyword whole Build\{Cc\}onflicts: green
     keyword whole Build\{Pp\}re\{Rr\}eq: green
-    keyword whole Build\{Rr\}oot: green
+    keyword whole Build\{Rr\}oot: blue
     keyword whole Build\{Rr\}equires: green
     keyword whole Conflicts: green
-    keyword whole Copyright: white
+    keyword whole Copyright: blue
     keyword whole Description: green
-    keyword whole Distribution: green
-    keyword whole Doc\{Dd\}ir: green
+    keyword whole Distribution: blue
+    keyword whole Doc\{Dd\}ir: blue
     keyword whole Epoch: green
-    keyword whole Enhances: green
     keyword whole Exclude\{Aa\}rch: green
     keyword whole Exclusive\{Aa\}rch: green
     keyword whole Exclusive\{Oo\}\{Ss\}: green
-    keyword whole Group: green
+    keyword whole Group: blue
     keyword whole Icon: green
     keyword whole License: green
     keyword whole Name: green
     keyword whole NoSource\[0123456789\]: green
     keyword whole Obsoletes: green
-    keyword whole Packager: green
+    keyword whole Packager: blue
     keyword whole Patch\[0123456789\]: green
     keyword whole Prefix: green
     keyword whole Pre\{Rr\}eq: green
@@ -37,8 +36,8 @@
     keyword whole Source\[0123456789\]: green
     keyword whole Suggests: green
     keyword whole Summary: green
-    keyword whole Supplements: green
-    keyword whole Vendor: green
+    keyword whole VCS: green
+    keyword whole Vendor: blue
     keyword whole Version: green
     keyword whole U\{Rr\}\{Ll\}: green
 
@@ -92,7 +91,7 @@
     keyword whole PATCH\[0123456789\] cyan
     keyword whole SOURCE\[0123456789\] cyan
 
-context Group( ): green
+context Group( ): blue
     keyword whole af yellow
     keyword whole az yellow
     keyword whole bg yellow
@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 27, 2025 at 16:40 UTC (comment 1)

  • Priority changed from major to minor

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 8:12 UTC (comment 2)

  • Status changed from new to accepted
  • Owner set to zaytsev
  • Branch state changed from no branch to on review

Branch: 4638_rpm_spec_syntax
Changeset: [fa3e3c6cb9b2720fd27ed02bde10d5e3d3c185a7]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jan 31, 2025 at 12:17 UTC (comment 3)

  • Branch state changed from on review to approved
  • Votes set to andrew_b

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 16:32 UTC (comment 4)

  • Votes changed from andrew_b to committed-master
  • Branch state changed from approved to merged
  • Resolution set to fixed
  • Status changed from accepted to testing

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 16:34 UTC (comment 5)

  • Status changed from testing to closed

Merged as [92586b5] .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Development

No branches or pull requests

2 participants