File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,22 @@ with "--options=NONE --fields=+Ki --extras-GDScript=+{implicitClass} -o - input.
189189
190190 C input.gd /^class_name C$/;" class inherits:B
191191
192+ When `--extras=+r ` is given, the parser extracts the class specified with the
193+ `extends ` keyword as a referece tag of ``class `` kind with ``extended `` role.
194+
195+ "input.gd"
196+
197+ .. code-block :: GDScript
198+
199+ extends B
200+
201+ "output.tags"
202+ with "--options=NONE --fields=+rEK --extras=+r -o - input.gd"
203+
204+ .. code-block :: tags
205+
206+ B input.gd /^extends B$/;" class roles:extended extras:reference
207+
192208 SEE ALSO
193209--------
194210:ref: `ctags(1) <ctags(1) >`
Original file line number Diff line number Diff line change @@ -189,6 +189,22 @@ with "--options=NONE --fields=+Ki --extras-GDScript=+{implicitClass} -o - input.
189189
190190 C input.gd /^class_name C$/;" class inherits:B
191191
192+ When `--extras=+r` is given, the parser extracts the class specified with the
193+ `extends` keyword as a referece tag of ``class`` kind with ``extended`` role.
194+
195+ "input.gd"
196+
197+ .. code-block:: GDScript
198+
199+ extends B
200+
201+ "output.tags"
202+ with "--options=NONE --fields=+rEK --extras=+r -o - input.gd"
203+
204+ .. code-block:: tags
205+
206+ B input.gd /^extends B$/;" class roles:extended extras:reference
207+
192208SEE ALSO
193209--------
194210ctags(1)
You can’t perform that action at this time.
0 commit comments