From 493a6ad397e1c68fd7a5f7cf4ef030eba8d2496b Mon Sep 17 00:00:00 2001 From: Maryna Balioura Date: Sun, 15 Jun 2025 19:09:38 +0200 Subject: [PATCH] chore: code formatting --- syntaxes/sdoc.tmLanguage.json | 820 +++++++++++++--------------------- 1 file changed, 315 insertions(+), 505 deletions(-) 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": "(?