Add the recently added foreign proc attributes as keywords.

Estimated hours taken: 0.1
Branches: main

vim/mercury.vim:
	Add the recently added foreign proc attributes as keywords.
This commit is contained in:
Zoltan Somogyi
2007-01-10 04:16:06 +00:00
parent 248acc0c9e
commit e2327c6f11

View File

@@ -58,6 +58,8 @@ syn keyword mercuryCInterface attach_to_io_state
syn keyword mercuryCInterface can_pass_as_mercury_type stable
syn keyword mercuryCInterface will_not_throw_exception
syn keyword mercuryCInterface may_modify_trail will_not_modify_trail
syn keyword mercuryCInterface affects_liveness
syn keyword mercuryCInterface does_not_affect_liveness doesnt_affect_liveness
syn keyword mercuryCInterface export import
syn keyword mercuryImpure impure semipure
syn keyword mercuryToDo XXX TODO NOTE