We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922db1d commit 0d94a29Copy full SHA for 0d94a29
3 files changed
queries/gdscript.scm
@@ -73,6 +73,7 @@
73
74
; CLASS DEFINITIONS
75
(class_definition (body) @prepend_hardline @append_hardline)
76
+(class_definition (body (extends_statement) @append_hardline ))
77
(class_name_statement) @append_space
78
(class_definition) @prepend_hardline
79
(source
tests/expected/class_inner.gd
@@ -42,3 +42,4 @@ class A:
42
43
class B:
44
extends A
45
+ var test = 2
tests/input/class_inner.gd
@@ -27,3 +27,4 @@ class A:
27
extends RefCounted
28
29
30
0 commit comments