Skip to content

Commit 8038055

Browse files
committed
acrolinx fixes
1 parent d5af6e7 commit 8038055

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ide/adding-visual-studio-editor-support-for-other-languages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In addition to syntax colorization and basic statement completion, Visual Studio
7878

7979
All of these file types have the features described earlier even if support for a given language isn't yet installed. Installing specialized support for some languages may provide additional language support, such as IntelliSense or other advanced language features like light bulbs.
8080

81-
## Add support for non-supported languages
81+
## Add support for nonsupported languages
8282

8383
Visual Studio provides language support in the editor by using [TextMate Grammars](https://manual.macromates.com/en/language_grammars). If your favorite programming language currently isn't supported in the Visual Studio editor, first, search the web—a TextMate bundle for the language may already exist. If you can't find one, though, you can add support for it yourself by creating a TextMate bundle model for language grammars and snippets.
8484

@@ -106,7 +106,7 @@ For details about how to create TextMate Grammars, see [TextMate - Introduction
106106
## Related content
107107

108108
- [Add a Language Server Protocol extension](../extensibility/adding-an-lsp-extension.md)
109-
- [Walkthrough: Create a code snippet](../ide/walkthrough-creating-a-code-snippet.md)
110-
- [Walkthrough: Display statement completion](../extensibility/walkthrough-displaying-statement-completion.md)
111-
- [Example code: TextMate Grammar](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/TextmateGrammar)
112-
- [Example code: Custom language support](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/Ook_Language_Integration)
109+
- [Create a code snippet](../ide/walkthrough-creating-a-code-snippet.md)
110+
- [Display statement completion](../extensibility/walkthrough-displaying-statement-completion.md)
111+
- [Ship TextMate grammars inside Visual Studio extensions](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/TextmateGrammar)
112+
- [Implement custom language support](https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/Ook_Language_Integration)

0 commit comments

Comments
 (0)