We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd720ca commit 9ce563cCopy full SHA for 9ce563c
source/_posts/VS-Code-Thankyou.md
@@ -62,4 +62,6 @@ class MyClass {
62
`class`、`number`、`1` 这样的关键字、字面量,都是有明确的语法规定的,可以通过正则匹配快速高亮。
63
渲染这段 markdown 代码块,应该也是基于语法的,更轻量的高亮。
64
65
-详细内容,可以参考[官方文档](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide)
+## 深入语言服务器协议
66
+
67
+我写了[系列文章](/blog/2024/08/24/LSP1/),记录开发语言服务器过程中的经验与知识,欢迎访问。
0 commit comments