Skip to content

Commit 017c9eb

Browse files
committed
Rename templates in src/godot/_builtins_pyx for better syntax highlighting
1 parent 531b15a commit 017c9eb

File tree

5 files changed

+4
-162
lines changed

5 files changed

+4
-162
lines changed

src/godot/_builtins.pyx.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{%- from '_builtins_pyx/class.j2' import render_spec with context -%}
1+
{%- from '_builtins_pyx/class.pxi.j2' import render_spec with context -%}
22
# /!\ Autogenerated code, modifications will be lost /!\
33
# see `scripts/generate_tmpl.py`
44

src/godot/_builtins_pyx/class.j2

-90
This file was deleted.

src/godot/_builtins_pyx/constructor.j2

-54
This file was deleted.

src/godot/_builtins_pyx/gdapi.j2

-14
This file was deleted.

src/godot/meson.build

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ pyx_builtins = custom_target(
6767
generate_tmpl_base_input,
6868
files(
6969
'_builtins.pyx.j2',
70-
'_builtins_pyx/class.j2',
71-
'_builtins_pyx/constructor.j2',
72-
'_builtins_pyx/gdapi.j2',
70+
'_builtins_pyx/class.pxi.j2',
71+
'_builtins_pyx/constructor.pxi.j2',
72+
'_builtins_pyx/gdapi.pxi.j2',
7373
),
7474
],
7575
command: generate_tmpl_cmd,

0 commit comments

Comments
 (0)