We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f58a commit 8f2733eCopy full SHA for 8f2733e
syntax/apexcode.vim
@@ -60,7 +60,7 @@ 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\|TestVisible\|RestResource\)"
+syn match apexcodePreProc "@\(isTest\|future\|RemoteAction\|TestVisible\|RestResource\|Deprecated\|ReadOnly\)"
64
syn match apexcodePreProc "@Http\(Delete\|Get\|Post\|Patch\|Put\)"
65
66
syn keyword apexcodeException try catch finally throw Exception
0 commit comments