Skip to content

Commit

Permalink
Add style#, edit style
Browse files Browse the repository at this point in the history
  • Loading branch information
emu2021makuake authored Jun 28, 2021
1 parent 5082f96 commit 477871c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Xammet.snippet
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,28 @@
<Description>&lt;Style&gt;</Description>
<Shortcut>style</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal Editable="true">
<ID>Value1</ID>
<Default>Button</Default>
</Literal>
</Declarations>
<Code Language="XAML">
<![CDATA[<Style TargetType="$Value1$">$end$</Style>]]>
</Code>
</Snippet>
</CodeSnippet>

<CodeSnippet Format="1.0.0">
<Header>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>Style x:Key</Title>
<Description>&lt;Style x:Key ...</Description>
<Shortcut>style#</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal Editable="true">
Expand Down

0 comments on commit 477871c

Please sign in to comment.