Highlight local annotations correctly.

Estimated hours taken: 0.1
Branches: main.

vim/syntax/mercury.vim:
	Highlight local annotations correctly.
This commit is contained in:
Julien Fischer
2005-02-09 07:46:51 +00:00
parent 8abb139eec
commit 7451227e11

View File

@@ -50,7 +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 tabled_for_io
syn keyword mercuryCInterface tabled_for_io local
syn keyword mercuryCInterface can_pass_as_mercury_type stable
syn keyword mercuryCInterface will_not_throw_exception
syn keyword mercuryCInterface export import