emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/idris-mode ed628e8 2/8: [ ipkg-mode ] Merged in changes fr


From: ELPA Syncer
Subject: [nongnu] elpa/idris-mode ed628e8 2/8: [ ipkg-mode ] Merged in changes from idris2-mode for ipkg keywords.
Date: Wed, 3 Nov 2021 10:57:48 -0400 (EDT)

branch: elpa/idris-mode
commit ed628e8a5f0fb53781995638de53baf359914728
Author: Jan de Muijnck-Hughes <jan.deMuijnck-Hughes@glasgow.ac.uk>
Commit: Jan de Muijnck-Hughes <jan.deMuijnck-Hughes@glasgow.ac.uk>

    [ ipkg-mode ] Merged in changes from idris2-mode for ipkg keywords.
---
 idris-ipkg-mode.el | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/idris-ipkg-mode.el b/idris-ipkg-mode.el
index f77f089..4ce5ea4 100644
--- a/idris-ipkg-mode.el
+++ b/idris-ipkg-mode.el
@@ -53,7 +53,35 @@
     st))
 
 (defconst idris-ipkg-keywords
-  '("package" "opts" "modules" "sourcedir" "makefile" "objs" "executable" 
"main" "libs" "pkgs"))
+  '("package"
+    "authors"
+    "maintainers"
+    "license"
+    "brief"
+    "readme"
+    "homepage"
+    "sourceloc"
+    "bugtracker"
+    "options"
+    "opts"
+    "sourcedir"
+    "builddir"
+    "outputdir"
+    "prebuild"
+    "postbuild"
+    "preinstall"
+    "postinstall"
+    "preclean"
+    "postclean"
+    "version"
+    "depends"
+    "modules"
+    "main"
+    "executable"
+    "makefile"
+    "objs"
+    "libs"
+    "pkgs"))
 
 (defconst idris-ipkg-font-lock-defaults
   `(,idris-ipkg-keywords))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]