Skip to content

Commit

Permalink
Add snippet for protected field (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Nov 1, 2023
1 parent 0c3b366 commit 153ea19
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Add snippet for 'while not' (`wx`) ([PR](https://github.com/josefpihrt/snippetica/pull/54)).
- Add 'abstract' snippets (`a`) ([PR](https://github.com/josefpihrt/snippetica/pull/66)).
- Add 'protected' snippets (`d`) ([PR](https://github.com/josefpihrt/snippetica/pull/68)).
- Add 'protected' snippets (`d`) ([PR](https://github.com/josefpihrt/snippetica/pull/68), [PR](https://github.com/josefpihrt/snippetica/pull/71)).

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</SnippetTypes>
<Keywords>
<Keyword>Meta-GeneratePrivateModifier</Keyword>
<Keyword>Meta-GenerateProtectedModifier</Keyword>
<Keyword>Meta-GeneratePublicModifier</Keyword>
<Keyword>Meta-GenerateStaticModifier</Keyword>
</Keywords>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</SnippetTypes>
<Keywords>
<Keyword>Meta-GeneratePrivateModifier</Keyword>
<Keyword>Meta-GenerateProtectedModifier</Keyword>
<Keyword>Meta-GeneratePublicModifier</Keyword>
<Keyword>Meta-GenerateStaticModifier</Keyword>
</Keywords>
Expand Down

0 comments on commit 153ea19

Please sign in to comment.