Skip to content

Commit

Permalink
Merge pull request #16 from ix-ax/15-fixing-unitdeclaration-snippet
Browse files Browse the repository at this point in the history
unitDeclaration snippet fixed
  • Loading branch information
PTKu authored Sep 26, 2024
2 parents a8f93a3 + a8f5ac3 commit 35a4871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axopen.template.simple/ax/snippets/AxoSnippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scope": "st",
"body":[
"{#ix-set:AttributeName = \"<#${1:name}#>\"} ",
"${1:name} : axosimple.${1:name}.Unit;",
"${1:name} : axosimple.${1:name}.UnitContainer;",
"$0"
],
"description": "Adds declaration of controlled unit"
Expand Down

0 comments on commit 35a4871

Please sign in to comment.