From 7e71cfc9c053b36bdfd61e9781b5509412d8f04f Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Tue, 22 Jun 2010 23:00:38 +0000 Subject: Added InType Bundle --- .../InType/Prado.itBundle/syntaxes/prado.itGrammar | 588 +++++++++++++++++++++ 1 file changed, 588 insertions(+) create mode 100644 editors/InType/Prado.itBundle/syntaxes/prado.itGrammar (limited to 'editors/InType/Prado.itBundle/syntaxes') diff --git a/editors/InType/Prado.itBundle/syntaxes/prado.itGrammar b/editors/InType/Prado.itBundle/syntaxes/prado.itGrammar new file mode 100644 index 00000000..a556b3d4 --- /dev/null +++ b/editors/InType/Prado.itBundle/syntaxes/prado.itGrammar @@ -0,0 +1,588 @@ +{ + file_types: ['page', 'tpl', 'skin'] + key_equivalent: 'Ctrl+Alt+Shift+P' + title: 'Prado' + folding_start_marker : + / + (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?> + |/ + name: 'comment.block.prado' + } + { + include: '#expressions' + } + + /** copied from html.itGrammar **/ + + /******************************************************/ + /* meta.tag.preprocessor.xml.html */ + /******************************************************/ + { + begin : /<\?(xml)/ + captures : { + 1 : { + name : 'entity.name.tag.xml.html' + } + } + end : /\?>/ + name : 'meta.tag.preprocessor.xml.html' + patterns : [ + { + include : '#tag-generic-attribute' + } + { + include : '#string-double-quoted' + } + { + include : '#string-single-quoted' + } + ] + } + /******************************************************/ + /* comment.block.html */ + /******************************************************/ + { + begin : /