Highlight semidet_true and friends in the same was as true etc.

Estimated hours taken: 0
Branches: main

vim/syntax/mercury.vim:
	Highlight semidet_true and friends in the same was as true etc.
This commit is contained in:
Julien Fischer
2008-02-28 05:20:41 +00:00
parent 435c4d274d
commit 26f66da17d

View File

@@ -66,7 +66,8 @@ 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
syn keyword mercuryLogical some all not if then else true fail
syn keyword mercuryLogical some all not if then else true fail false
syn keyword mercuryLogical semidet_true semidet_false semidet_fail impure_true
syn match mercuryImplication +<=>\|<=\|=>\|/\\\|\\/+
syn match mercuryNumCode +0'.\|0[box][0-9a-fA-F]*+
syn region mercuryAtom start=+'+ skip=+\\.+ end=+'+