Skip to content

Commit e06658f

Browse files
author
Greg Van Liew
committed
Remove link to obsolete topic
1 parent 50b36bf commit e06658f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/extensionAPI/language-support.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ PageTitle: Visual Studio Code Language Extension Guidelines
77
DateApproved: 3/1/2017
88
MetaDescription: Visual Studio Code language extensions contribute new programming language features to VS Code. These guidelines present the language extensibility points and how to implement them.
99
---
10-
1110
# Language Extension Guidelines
1211

1312
When you hear about a language being supported in VS Code, you usually think first of syntax highlighting, code completion, and if applicable,
@@ -29,7 +28,7 @@ To make it easier for you to decide what to implement first and what to improve
2928

3029
### Language identifiers
3130

32-
VS Code maps different language configurations and providers to specific programming languages through a [language identifier](/docs/languages/identifiers.md). This is a lowercase string representing the programming language or file type. For example, JavaScript has a language id of `javascript` and Markdown files `markdown`.
31+
VS Code maps different language configurations and providers to specific programming languages through a language identifier. This is a lowercase string representing the programming language or file type. For example, JavaScript has a language id of `javascript` and Markdown files `markdown`.
3332

3433
## Syntax Highlighting
3534

0 commit comments

Comments
 (0)