prolog-keywords
prolog-keywords is a variable defined in `
prolog.el
'.
Its value is shown
below.
Documentation:
Alist of Prolog keywords which is used for font locking of directives.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.1 of Emacs.
Value:
((eclipse
("use_module" "begin_module" "module_interface" "dynamic" "external" "export" "dbgcomp" "nodbgcomp" "compile"))
(mercury
("all" "else" "end_module" "equality" "external" "fail" "func" "if" "implementation" "import_module" "include_module" "inst" "instance" "interface" "mode" "module" "not" "pragma" "pred" "some" "then" "true" "type" "typeclass" "use_module" "where"))
(sicstus
("block" "dynamic" "mode" "module" "multifile" "meta_predicate" "parallel" "public" "sequential" "volatile"))
(swi
("discontiguous" "dynamic" "ensure_loaded" "export" "export_list" "import" "meta_predicate" "module" "module_transparent" "multifile" "require" "use_module" "volatile"))
(gnu
("built_in" "char_conversion" "discontiguous" "dynamic" "ensure_linked" "ensure_loaded" "foreign" "include" "initialization" "multifile" "op" "public" "set_prolog_flag"))
(t
("dynamic" "module")))