Skip to content

Commit b601210

Browse files
committed
added few more annotation to syntax
1 parent 5530e24 commit b601210

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

syntax/apexcode.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ syn keyword apexcodeRepeat for while do
6060
syn match apexcodePreProc "\<\(with sharing\|without sharing\)\>"
6161
syn keyword apexcodePreProc testMethod
6262
" apexcode annotations
63-
syn match apexcodePreProc "@\(isTest\|future\|RemoteAction\)"
63+
syn match apexcodePreProc "@\(isTest\|future\|RemoteAction\|TestVisible\|RestResource\)"
64+
syn match apexcodePreProc "@Http\(Delete\|Get\|Post\|Patch\|Put\)"
6465

6566
syn keyword apexcodeException try catch finally throw Exception
6667
syn keyword apexcodeOperator new instanceof

0 commit comments

Comments
 (0)