diff --git a/syntaxes/sdoc.tmLanguage.json b/syntaxes/sdoc.tmLanguage.json index 5fdb8f2..47e811d 100644 --- a/syntaxes/sdoc.tmLanguage.json +++ b/syntaxes/sdoc.tmLanguage.json @@ -1,224 +1,156 @@ { "comment": "StrictDoc Syntax: version 0.1.0", - "fileTypes": [ - "sdoc" - ], + "fileTypes": [ "sdoc" ], "firstLineMatch": "^(\\[DOCUMENT\\])$", "$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json", "name": "StrictDoc", "patterns": [ - { - "include": "#document" - }, - { - "include": "#grammar" - }, - { - "include": "#section" - }, - { - "include": "#node" - }, - { - "include": "#forbidden_composite_tags" - }, - { - "include": "#composite_node" - }, - { - "include": "#document_from_file" - }, - { - "include": "#closing_tag" - } + { "include": "#document" }, + { "include": "#grammar" }, + { "include": "#section" }, + { "include": "#node" }, + { "include": "#forbidden_composite_tags" }, + { "include": "#composite_node" }, + { "include": "#document_from_file" }, + { "include": "#closing_tag" } ], "repository": { "document": { - "patterns": [{ - "begin": "(?