diff --git a/idris2-ipkg-mode.el b/idris2-ipkg-mode.el index 13e2d67..058b944 100644 --- a/idris2-ipkg-mode.el +++ b/idris2-ipkg-mode.el @@ -53,7 +53,31 @@ st)) (defconst idris2-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")) (defconst idris2-ipkg-font-lock-defaults `(,idris2-ipkg-keywords))