Skip to content

Commit 8af14f1

Browse files
authored
Merge pull request #4251 from AndreasVolkmann/patch-2
Update walkthrough-highlighting-text.md
2 parents 6c463a7 + fc00947 commit 8af14f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/walkthrough-highlighting-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ You can add different visual effects to the editor by creating Managed Extensibi
280280

281281
7. The `SynchronousUpdate` performs a synchronous update on the `WordSpans` and `CurrentWord` properties, and raises the `TagsChanged` event.
282282

283-
```vb
283+
```csharp
284284
void SynchronousUpdate(SnapshotPoint currentRequest, NormalizedSnapshotSpanCollection newSpans, SnapshotSpan? newCurrentWord)
285285
{
286286
lock (updateLock)
@@ -400,4 +400,4 @@ You can add different visual effects to the editor by creating Managed Extensibi
400400
4. Position the cursor in one of the occurrences of "hello". Every occurrence should be highlighted in blue.
401401

402402
## See also
403-
- [Walkthrough: Link a content type to a file name extension](../extensibility/walkthrough-linking-a-content-type-to-a-file-name-extension.md)
403+
- [Walkthrough: Link a content type to a file name extension](../extensibility/walkthrough-linking-a-content-type-to-a-file-name-extension.md)

0 commit comments

Comments
 (0)