fix: re-add @punctuation.special (#484)

This commit is contained in:
Amaan Qureshi
2024-01-24 01:38:32 -05:00
committed by GitHub
parent 67c6050e1c
commit b37bc55d10
5 changed files with 13 additions and 0 deletions

View File

@@ -427,6 +427,9 @@ local highlights = {
["@punctuation.delimiter"] = {
fg = "#006a83"
},
["@punctuation.special"] = {
fg = "#006a83",
},
["@string"] = {
link = "String"
},

View File

@@ -427,6 +427,9 @@ local highlights = {
["@punctuation.delimiter"] = {
fg = "#89ddff"
},
["@punctuation.special"] = {
fg = "#89ddff",
},
["@string"] = {
link = "String"
},

View File

@@ -427,6 +427,9 @@ local highlights = {
["@punctuation.delimiter"] = {
fg = "#89ddff"
},
["@punctuation.special"] = {
fg = "#89ddff",
},
["@string"] = {
link = "String"
},

View File

@@ -427,6 +427,9 @@ local highlights = {
["@punctuation.delimiter"] = {
fg = "#89ddff"
},
["@punctuation.special"] = {
fg = "#89ddff",
},
["@string"] = {
link = "String"
},