From f8e58d351074253886286e1b6b0e78d1011e9c9b Mon Sep 17 00:00:00 2001 From: Natan Rolnik Date: Mon, 10 Mar 2014 17:24:30 +0200 Subject: [PATCH] --- AppleDoc-add_code_block.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppleDoc-add_code_block.m b/AppleDoc-add_code_block.m index a617cbe..9a25d6a 100755 --- a/AppleDoc-add_code_block.m +++ b/AppleDoc-add_code_block.m @@ -1,10 +1,10 @@ // appledoc - add code snippet // To show a pre-formatted code-snippet, drawn in a light gray box // +// IDECodeSnippetCompletionScopes: [All] // IDECodeSnippetIdentifier: C74F4F1D-5481-475C-BB22-4304AF81F6E8 // IDECodeSnippetLanguage: Xcode.SourceCodeLanguage.Objective-C // IDECodeSnippetUserSnippet: 1 -// Language: Objective-C -// Platform: All +// IDECodeSnippetVersion: 2 // add code blocks by indenting the code by a tab