From 43678b2ca4060fccdb187dc8d399c0b5869f76fe Mon Sep 17 00:00:00 2001 From: Max Medvedev Date: Thu, 3 Sep 2015 15:43:06 +0300 Subject: [PATCH] OC-12268 parse shabang comment in Swift --- .../platform-resources-en/src/messages/OptionsBundle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/platform-resources-en/src/messages/OptionsBundle.properties b/platform/platform-resources-en/src/messages/OptionsBundle.properties index dd3787f972a3..a521f45d314a 100644 --- a/platform/platform-resources-en/src/messages/OptionsBundle.properties +++ b/platform/platform-resources-en/src/messages/OptionsBundle.properties @@ -168,6 +168,7 @@ options.language.defaults.comma=Braces and Operators//Comma options.language.defaults.semicolon=Braces and Operators//Semicolon options.language.defaults.line.comment=Comments//Line comment options.language.defaults.block.comment=Comments//Block comment +options.language.defaults.shebang.comment=Comments//Shebang comment options.language.defaults.doc.comment=Comments//Doc Comment//Text options.language.defaults.doc.markup=Comments//Doc Comment//Markup options.language.defaults.doc.tag=Comments//Doc Comment//Tag