From e2327c6f11b200ca07509e742dc82bc4638e8413 Mon Sep 17 00:00:00 2001 From: Zoltan Somogyi Date: Wed, 10 Jan 2007 04:16:06 +0000 Subject: [PATCH] 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. --- vim/syntax/mercury.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/syntax/mercury.vim b/vim/syntax/mercury.vim index 17151e028..3cc366940 100644 --- a/vim/syntax/mercury.vim +++ b/vim/syntax/mercury.vim @@ -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