You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,30 +22,39 @@ hero:
22
22
23
23
features:
24
24
- title: Fast
25
+
icon: β‘
25
26
details: Engineered for speed, it parses input swiftly enough to update on every keystroke, ensuring real-time responsiveness in text editors.
26
27
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
+
27
32
- title: Robust and Reliable
33
+
icon: π‘οΈ
28
34
details: Built to perform reliably under varied conditions, ensuring consistent behavior and stability across all operations.
29
35
30
36
- title: Error-Tolerant
37
+
icon: π
31
38
details: Designed to handle errors gracefully, it provides accurate results even when encountering syntax errors, enhancing user experience and productivity.
32
39
33
40
- title: White-space Intelligent
41
+
icon: π
34
42
details: Sophisticated handling of whitespace allows for precise representation in the Abstract Syntax Tree (AST), ensuring that even the subtlest nuances are captured.
35
43
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
-
39
44
- title: LSP Ready
45
+
icon: π₯οΈ
40
46
details: Future-proof architecture supports Language Server Protocols (LSP), integrating seamlessly with IDEs and modern editor tooling for an enhanced coding environment.
41
47
42
48
- 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.
44
51
45
52
- title: Language-Independent
53
+
icon: π
46
54
details: Versatile enough to be utilized via bindings from high-level programming languages such as Ruby and JavaScript, providing broad compatibility and flexibility.
47
55
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.
0 commit comments