mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Add syntax highlighting for pragma export and pragma import.
Estimated hours taken: 0.1. Branches: main. vim/syntax/mercury.vim: Add syntax highlighting for pragma export and pragma import.
This commit is contained in:
@@ -50,6 +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 export import
|
||||
syn keyword mercuryImpure impure semipure
|
||||
syn keyword mercuryToDo XXX TODO NOTE
|
||||
syn keyword mercuryLogical some all not if then else true fail
|
||||
|
||||
Reference in New Issue
Block a user