fix: re-add @punctuation.special (#484)
This commit is contained in:
@@ -427,6 +427,9 @@ local highlights = {
|
|||||||
["@punctuation.delimiter"] = {
|
["@punctuation.delimiter"] = {
|
||||||
fg = "#006a83"
|
fg = "#006a83"
|
||||||
},
|
},
|
||||||
|
["@punctuation.special"] = {
|
||||||
|
fg = "#006a83",
|
||||||
|
},
|
||||||
["@string"] = {
|
["@string"] = {
|
||||||
link = "String"
|
link = "String"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -427,6 +427,9 @@ local highlights = {
|
|||||||
["@punctuation.delimiter"] = {
|
["@punctuation.delimiter"] = {
|
||||||
fg = "#89ddff"
|
fg = "#89ddff"
|
||||||
},
|
},
|
||||||
|
["@punctuation.special"] = {
|
||||||
|
fg = "#89ddff",
|
||||||
|
},
|
||||||
["@string"] = {
|
["@string"] = {
|
||||||
link = "String"
|
link = "String"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -427,6 +427,9 @@ local highlights = {
|
|||||||
["@punctuation.delimiter"] = {
|
["@punctuation.delimiter"] = {
|
||||||
fg = "#89ddff"
|
fg = "#89ddff"
|
||||||
},
|
},
|
||||||
|
["@punctuation.special"] = {
|
||||||
|
fg = "#89ddff",
|
||||||
|
},
|
||||||
["@string"] = {
|
["@string"] = {
|
||||||
link = "String"
|
link = "String"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -427,6 +427,9 @@ local highlights = {
|
|||||||
["@punctuation.delimiter"] = {
|
["@punctuation.delimiter"] = {
|
||||||
fg = "#89ddff"
|
fg = "#89ddff"
|
||||||
},
|
},
|
||||||
|
["@punctuation.special"] = {
|
||||||
|
fg = "#89ddff",
|
||||||
|
},
|
||||||
["@string"] = {
|
["@string"] = {
|
||||||
link = "String"
|
link = "String"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -273,6 +273,7 @@ function M.setup()
|
|||||||
--- Punctuation
|
--- Punctuation
|
||||||
["@punctuation.delimiter"] = { fg = c.blue5 }, -- For delimiters ie: `.`
|
["@punctuation.delimiter"] = { fg = c.blue5 }, -- For delimiters ie: `.`
|
||||||
["@punctuation.bracket"] = { fg = c.fg_dark }, -- For brackets and parens.
|
["@punctuation.bracket"] = { fg = c.fg_dark }, -- For brackets and parens.
|
||||||
|
["@punctuation.special"] = { fg = c.blue5 }, -- For special symbols (e.g. `{}` in string interpolation)
|
||||||
["@markup.list"] = { fg = c.blue5 }, -- For special punctutation that does not fall in the catagories before.
|
["@markup.list"] = { fg = c.blue5 }, -- For special punctutation that does not fall in the catagories before.
|
||||||
["@markup.list.markdown"] = { fg = c.orange, bold = true },
|
["@markup.list.markdown"] = { fg = c.orange, bold = true },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user