Skip to content

Commit

Permalink
capDL-tool: also fix "fault_ep_slot" in vim syntax file
Browse files Browse the repository at this point in the history
Closes VER-514.
  • Loading branch information
JaphethLim committed Jul 15, 2019
1 parent 591ac59 commit 61553e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capDL-tool/tools/capdl.vim
Expand Up @@ -25,11 +25,11 @@ syn keyword CapDLKeyword arch caps objects arm11 ia32
syn match CapDLIRQMap "\<irq maps\>"
syn match CapDLIRQ "\<irq\>\( maps\)\@!"
syn keyword CapDLObject notification asid_pool cnode ep frame io_device io_ports io_pt pd pt tcb ut
syn keyword CapDLAttribute addr badge dom elf fault_ep_slot G guard guard_size init ip prio sp R RG RX RW RWG RWX W WG WX paddr cached uncached
syn keyword CapDLAttribute addr affinity badge dom elf fault_ep G guard guard_size init ip max_prio prio sp R RG RX RW RWG RWX W WG WX paddr cached uncached
syn match CapDLCPP "[ \t]*#.*$"
syn match CapDLLiteral "\<\(0x\)\?[0-9]\+\(k\|M\)\?\( bits\)\?\>"
syn match CapDLLiteral "\<0x[0-f]\+\>"
syn keyword CapDLSymbolicSlot cspace vspace reply_slot caller_slot ipc_buffer_slot
syn keyword CapDLSymbolicSlot cspace vspace reply_slot caller_slot ipc_buffer_slot fault_ep_slot sc_slot temp_fault_ep_slot

syn region Foldable start="{" end="}" fold transparent

Expand Down

0 comments on commit 61553e3

Please sign in to comment.