Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 5, 2024
1 parent dd9426d commit 95fb824
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@

{
result:
before

theValue1<!-- singleLineInclude: theKey. path: {CurrentDirectory}thePath -->

theValue1<!-- singleLineInclude: theKey. path: {CurrentDirectory}thePath -->

theValue1<!-- singleLineInclude: theKey. path: {CurrentDirectory}thePath -->

after
}
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@

{
UsedSnippets: [
{
Key: thekey,
Language: cs,
Value: Snippet,
Error: ,
FileLocation: thePath(1-2),
IsInError: false
}
],
result:
before

<!-- snippet: theKey -->
```cs
Snippet
```
<!-- endSnippet -->

<!-- snippet: TheKey -->
```cs
Snippet
```
<!-- endSnippet -->

<!-- snippet: thekey -->
```cs
Snippet
```
<!-- endSnippet -->

after
}

0 comments on commit 95fb824

Please sign in to comment.