mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 14:25:56 +00:00
Add the recently added foreign proc attributes as keywords.
Estimated hours taken: 0.1 Branches: main vim/mercury.vim: Add the recently added foreign proc attributes as keywords.
This commit is contained in:
@@ -58,6 +58,8 @@ syn keyword mercuryCInterface attach_to_io_state
|
||||
syn keyword mercuryCInterface can_pass_as_mercury_type stable
|
||||
syn keyword mercuryCInterface will_not_throw_exception
|
||||
syn keyword mercuryCInterface may_modify_trail will_not_modify_trail
|
||||
syn keyword mercuryCInterface affects_liveness
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user