We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5530e24 commit b601210Copy full SHA for b601210
1 file changed
syntax/apexcode.vim
@@ -60,7 +60,8 @@ syn keyword apexcodeRepeat for while do
60
syn match apexcodePreProc "\<\(with sharing\|without sharing\)\>"
61
syn keyword apexcodePreProc testMethod
62
" apexcode annotations
63
-syn match apexcodePreProc "@\(isTest\|future\|RemoteAction\)"
+syn match apexcodePreProc "@\(isTest\|future\|RemoteAction\|TestVisible\|RestResource\)"
64
+syn match apexcodePreProc "@Http\(Delete\|Get\|Post\|Patch\|Put\)"
65
66
syn keyword apexcodeException try catch finally throw Exception
67
syn keyword apexcodeOperator new instanceof
0 commit comments