Skip to content

Commit

Permalink
Fix template handling
Browse files Browse the repository at this point in the history
Ref. #243
  • Loading branch information
Alexander Senier committed Jun 13, 2020
1 parent bb9ba16 commit 90b3c4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ide/gnatstudio/recordflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<GNAT_Studio>
<Language>
<Name>RecordFlux</Name>
<Body_Suffix>.rflx</Body_Suffix>
<Spec_Suffix>.rflx</Spec_Suffix>
<!-- Dummy body suffix as file templates don't work when its missing -->
<Body_Suffix>.workaround_rflx</Body_Suffix>
<Categories>
<Category>
Expand Down Expand Up @@ -87,7 +90,6 @@
<alias name="rflx_package">
<param name="name" description="The name of the RecordFlux package"/>
<text>package %(name) is
begin
%_
end %(name);</text>
</alias>
Expand Down Expand Up @@ -179,7 +181,7 @@ def __on_gps_started():
alias_name="rflx_package",
label="RecordFlux specification",
unit_param="name",
language="RecordFlux",
language="recordflux",
is_impl=False,
)

Expand Down

0 comments on commit 90b3c4f

Please sign in to comment.