|
|
@ -106,7 +106,7 @@ function M.get(cp)
|
|
|
|
|
|
|
|
|
|
|
|
-- typescript
|
|
|
|
-- typescript
|
|
|
|
|
|
|
|
|
|
|
|
-- typescript
|
|
|
|
-- typescript
|
|
|
|
typescriptTSProperty = { fg = cp.lavender, style = "italic" }, -- Same as TSField.
|
|
|
|
typescriptTSProperty = { fg = cp.lavender, style = "italic" }, -- Same as TSField.
|
|
|
|
typescriptTSConstructor = { fg = cp.lavender },
|
|
|
|
typescriptTSConstructor = { fg = cp.lavender },
|
|
|
|
typescriptTSTagProperty = { fg = cp.cotton },
|
|
|
|
typescriptTSTagProperty = { fg = cp.cotton },
|
|
|
@ -122,6 +122,7 @@ function M.get(cp)
|
|
|
|
-- cssTSType = { fg = cp.lavender },
|
|
|
|
-- cssTSType = { fg = cp.lavender },
|
|
|
|
cssTSProperty = { fg = cp.cotton, style = "italic" }, -- Same as TSField.
|
|
|
|
cssTSProperty = { fg = cp.cotton, style = "italic" }, -- Same as TSField.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- cpp
|
|
|
|
-- cpp
|
|
|
|
cppTSProperty = { fg = cp.white },
|
|
|
|
cppTSProperty = { fg = cp.white },
|
|
|
|
|
|
|
|
|
|
|
|