From 41a58d76b1855a91389a0eac0f1cb7a4ae4475a7 Mon Sep 17 00:00:00 2001 From: geequlim Date: Sun, 27 Oct 2019 12:04:42 +0800 Subject: [PATCH] Fix indent in GDScript.tmLaguage.json --- configurations/GDScript.tmLanguage.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configurations/GDScript.tmLanguage.json b/configurations/GDScript.tmLanguage.json index 6b297d6..9dfd38f 100644 --- a/configurations/GDScript.tmLanguage.json +++ b/configurations/GDScript.tmLanguage.json @@ -173,7 +173,7 @@ }, "match": "\\b([a-zA-Z_][a-zA-Z_0-9]*).(new)\\(" }, - "class_is": { + "class_is": { "captures": { "1": { "name": "storage.type.is.gdscript" }, "2": { "name": "entity.name.type.class.gdscript" } @@ -187,14 +187,14 @@ }, "match": "\\b([A-Z][a-zA-Z_0-9]*)\\.([A-Z_0-9]+)" }, - "class_name": { + "class_name": { "captures": { "1": { "name": "entity.name.type.class.gdscript" }, "2": { "name": "class.other.gdscript" } }, "match": "(?<=class_name)\\s+([a-zA-Z_][a-zA-Z_0-9]*(\\.([a-zA-Z_][a-zA-Z_0-9]*))?)" }, - "extends": { + "extends": { "match": "(?<=extends)\\s+[a-zA-Z_][a-zA-Z_0-9]*(\\.([a-zA-Z_][a-zA-Z_0-9]*))?", "name": "entity.other.inherited-class.gdscript" }, @@ -328,7 +328,7 @@ } ] }, - "parscal_class": { + "parscal_class": { "captures": { "1": { "name": "entity.name.type.class.gdscript" } },