{ 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 : /