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/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,6 @@ Highlight.php was moderately performant, but the quality of the highlighting was
53
53
54
54
Shiki, on the other hand, produced good looking output, but was slow to run from a PHP application as it required spawning a Node.js process to do the actual highlighting. This made it impractical to use in live-rendered applications.
55
55
56
-
Phiki aims to solve these issues by providing a pure PHP implementation of both a TextMate tokenizer and Visual Studo Code highlighter. This allows for high-quality highlighting without the need for any third-party dependencies or services.
56
+
Phiki aims to solve these issues by providing a pure PHP implementation of both a TextMate tokenizer and Visual Studio Code highlighter. This allows for high-quality highlighting without the need for any third-party dependencies or services.
57
57
58
58
On top of this, I'm a curious software developer who enjoys building things and pushing the limits of what is possible with PHP.
0 commit comments