[m-rev.] trivial diff: add vim syntax highlighting for pragma import/export
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Mon Oct 13 16:56:40 AEST 2003
Estimated hours taken: 0.1.
Branches: main.
vim/syntax/mercury.vim:
Add syntax highlighting for pragma export and pragma import.
Index: mercury.vim
===================================================================
RCS file: /home/mercury1/repository/mercury/vim/syntax/mercury.vim,v
retrieving revision 1.5
diff -u -r1.5 mercury.vim
--- mercury.vim 15 Sep 2003 04:24:30 -0000 1.5
+++ mercury.vim 13 Oct 2003 06:52:47 -0000
@@ -50,6 +50,7 @@
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
--------------------------------------------------------------------------
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