Skip to content

Commit

Permalink
Add semantic token in README
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed May 18, 2024
1 parent 72b02ec commit 4489fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ The following is the directory structure of the lsp-bridge project:
| lsp-bridge-diagnostic.el | Diagnostic information related code |
| lsp-bridge-ref.el | Code reference viewing framework, providing reference viewing, batch renaming, reference result regular filtering, etc., core code forked from color-rg.el |
| lsp-bridge-inlay-hint.el | Provides code type hints, more useful for static languages, such as Rust or Haskell |
| lsp-bridge-semantic-tokens.el | Provides semantic tokens, more syntax highlighting |
| lsp-bridge-jdtls.el | Provides third-party library jump function for Java language |
| lsp-bridge-dart.el | Provides support for Dart's private protocols, such as Dart's Closing Labels protocol |
| lsp-bridge-semantic-tokens.el | Flexible display of certain semantic symbols is especially useful for static languages such as C or C++. |
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ lsp-bridge 针对许多语言都提供 2 个以上的语言服务器支持,
| lsp-bridge-diagnostic.el | 诊断信息相关代码 |
| lsp-bridge-ref.el | 代码引用查看框架, 提供引用查看、 批量重命名、 引用结果正则过滤等, 核心代码 fork 自 color-rg.el |
| lsp-bridge-inlay-hint.el | 提供代码类型提示, 对于静态语言, 比如 Rust 或 Haskell 比较有用 |
| lsp-bridge-semantic-tokens.el | 提供语义高亮, 比Emacs内置的语法高亮更细致 |
| lsp-bridge-jdtls.el | 提供 Java 语言第三方库跳转功能 |
| lsp-bridge-dart.el | 提供对 Dart 私有协议的支持, 比如 Dart 的 Closing Labels 协议 |
| lsp-bridge-semantic-tokens.el | 灵活显示某些语义符号, 对于静态语言, 比如 C 或 C++ 比较有用 |
Expand Down

0 comments on commit 4489fa4

Please sign in to comment.