Skip to content

Commit 033e45e

Browse files
committed
Update features on docs landing page
1 parent b610d1c commit 033e45e

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

β€Ždocs/index.mdβ€Ž

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,39 @@ hero:
2222

2323
features:
2424
- title: Fast
25+
icon: ⚑
2526
details: Engineered for speed, it parses input swiftly enough to update on every keystroke, ensuring real-time responsiveness in text editors.
2627

28+
- title: HTML-aware
29+
icon: 🌐
30+
details: Designed to recognize and interpret HTML context, ensuring seamless integration and accurate parsing of HTML elements within HTML+ERB templates
31+
2732
- title: Robust and Reliable
33+
icon: πŸ›‘οΈ
2834
details: Built to perform reliably under varied conditions, ensuring consistent behavior and stability across all operations.
2935

3036
- title: Error-Tolerant
37+
icon: πŸš‘
3138
details: Designed to handle errors gracefully, it provides accurate results even when encountering syntax errors, enhancing user experience and productivity.
3239

3340
- title: White-space Intelligent
41+
icon: πŸ“
3442
details: Sophisticated handling of whitespace allows for precise representation in the Abstract Syntax Tree (AST), ensuring that even the subtlest nuances are captured.
3543

36-
- title: Template-Language Inclusive
37-
details: Comprehensive understanding of various template languages including ERB, EJS, and Handlebars, facilitating versatile and dynamic template processing.
38-
3944
- title: LSP Ready
45+
icon: πŸ–₯️
4046
details: Future-proof architecture supports Language Server Protocols (LSP), integrating seamlessly with IDEs and modern editor tooling for an enhanced coding environment.
4147

4248
- title: Location-Aware Parsing
43-
details: Offers detailed location tracking for each token within the parse result, enabling precise debugging and editing.
49+
icon: πŸ“
50+
details: Offers detailed location tracking for each token within the parse result, enabling precise debugging, annotations, and diagnostics.
4451

4552
- title: Language-Independent
53+
icon: 🌎
4654
details: Versatile enough to be utilized via bindings from high-level programming languages such as Ruby and JavaScript, providing broad compatibility and flexibility.
4755

48-
- title: HTML-aware
49-
details: Designed to recognize and interpret HTML context, ensuring seamless integration and accurate parsing of HTML elements within ERB templates
56+
- title: Template-Language Inclusive
57+
icon: πŸ—οΈ
58+
details: Comprehensive understanding of various template languages including ERB, EJS, and Handlebars, facilitating versatile and dynamic template processing.
5059

5160
---

0 commit comments

Comments
Β (0)