Skip to content

Commit ddac670

Browse files
committed
chore: minor format change on the lfx blogs
Signed-off-by: peefy <[email protected]>
1 parent 3fa234d commit ddac670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2024-05-14-lfx-guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ For those interested in cloud-native, platform engineering,compiler, package man
1818

1919
We have three Mentorship projects, covering package management tools, compiler, and IDEs.
2020

21-
#### 1. KCL Package Management Dependencies Sparse Checkout
21+
### 1. KCL Package Management Dependencies Sparse Checkout
2222

2323
When the scale of KCL project becomes larger and larger, and the external packages that KCL project relies on become more and more, the KCL package manager will become slow due to the need to download a large number of third-party dependencies. It needs to support `Sparse-Checkout`, which means downloading specific dependencies as needed rather than all of them, to improve the performance.
2424

2525
- More details: https://github.com/kcl-lang/kpm/issues/304
2626
- Apply Link: https://mentorship.lfx.linuxfoundation.org/project/09391266-0de5-426b-9e11-ceb4c28202ef
2727

28-
#### 2. Optimization of KCL LSP prompt information
28+
### 2. Optimization of KCL LSP prompt information
2929

3030
Optimize KCL LSP(language server protocol) prompt information, including the implementation of type inlayhint and optimization of hover content rendering. Currently, KCL’s hover content is in plain text format and needs to be rendered into a more beautiful style.
3131

3232
- More details: https://github.com/kcl-lang/kcl/issues/1244
3333
- Apply Link: https://mentorship.lfx.linuxfoundation.org/project/6d85e491-332b-4667-9b57-6ec052310494
3434

35-
#### 3. Supports tree-sitter for KCL
35+
### 3. Supports tree-sitter for KCL
3636

3737
Tree-sitter is a parser generator tool and an incremental parsing library. In order to support more features of the IDE, we need a more complete syntax tree, and for easy integration with the community, we intend to use tree-sitter to build a more complete parser system for KCL.
3838

0 commit comments

Comments
 (0)