[m-rev.] trivial diff: vim syntax file changes
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Mon Jul 28 15:07:13 AEST 2003
Estimated hours taken: 0.1.
Branches: main.
vim/syntax/mercury.vim:
s/foreign_header/foreign_decl/
Add pragma foreign_import_module.
Index: mercury.vim
===================================================================
RCS file: /home/mercury1/repository/mercury/vim/syntax/mercury.vim,v
retrieving revision 1.3
diff -u -r1.3 mercury.vim
--- mercury.vim 28 Jul 2003 02:37:31 -0000 1.3
+++ mercury.vim 28 Jul 2003 04:56:44 -0000
@@ -45,8 +45,8 @@
syn keyword mercuryPragma memo loop_check minimal_model
syn keyword mercuryPragma terminates does_not_terminate check_termination
syn keyword mercuryCInterface c_header_code c_code
-syn keyword mercuryCInterface foreign_proc foreign_header foreign_code
-syn keyword mercuryCInterface foreign_type
+syn keyword mercuryCInterface foreign_proc foreign_decl foreign_code
+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
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list