Add syntax highlighting for pragma export and pragma import.

Estimated hours taken: 0.1.
Branches: main.

vim/syntax/mercury.vim:
	Add syntax highlighting for pragma export and pragma import.
This commit is contained in:
Julien Fischer
2003-10-14 04:47:53 +00:00
parent 309d8f7724
commit 0347830001

View File

@@ -50,6 +50,7 @@ syn keyword mercuryCInterface foreign_type foreign_import_module
syn keyword mercuryCInterface may_call_mercury will_not_call_mercury
syn keyword mercuryCInterface thread_safe not_thread_safe
syn keyword mercuryCInterface promise_pure promise_semipure
syn keyword mercuryCInterface export import
syn keyword mercuryImpure impure semipure
syn keyword mercuryToDo XXX TODO NOTE
syn keyword mercuryLogical some all not if then else true fail