From d6031301be12a5d4efe3c191bbcb4bc38926c40c Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Wed, 13 Apr 2022 11:51:20 +0600 Subject: [PATCH] Add lua language specifier for syntax highlighting --- How-to-enable-stylistic-sets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 61a9880..9b5afb8 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -82,7 +82,7 @@ font_features FiraCode-Regular +ss01 +ss02 +ss03 +ss04 +ss05 +ss07 +ss08 +zero + # Wez’s terminal -``` +```lua return { harfbuzz_features = {"zero" , "ss01", "cv05"} }