Skip to content

Commit

Permalink
Update IPKG keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ska80 authored and gallais committed Oct 27, 2021
1 parent e59bc65 commit b035de5
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion idris2-ipkg-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b035de5

Please sign in to comment.