fix(lsp): enumMember should be highlighted @constant (#352)
This commit is contained in:
@@ -90,7 +90,7 @@ local highlights = {
|
||||
link = "@type"
|
||||
},
|
||||
["@lsp.type.enumMember"] = {
|
||||
link = "@property"
|
||||
link = "@constant"
|
||||
},
|
||||
["@lsp.type.interface"] = {
|
||||
link = "@type"
|
||||
|
||||
@@ -90,7 +90,7 @@ local highlights = {
|
||||
link = "@type"
|
||||
},
|
||||
["@lsp.type.enumMember"] = {
|
||||
link = "@property"
|
||||
link = "@constant"
|
||||
},
|
||||
["@lsp.type.interface"] = {
|
||||
link = "@type"
|
||||
|
||||
@@ -90,7 +90,7 @@ local highlights = {
|
||||
link = "@type"
|
||||
},
|
||||
["@lsp.type.enumMember"] = {
|
||||
link = "@property"
|
||||
link = "@constant"
|
||||
},
|
||||
["@lsp.type.interface"] = {
|
||||
link = "@type"
|
||||
|
||||
@@ -90,7 +90,7 @@ local highlights = {
|
||||
link = "@type"
|
||||
},
|
||||
["@lsp.type.enumMember"] = {
|
||||
link = "@property"
|
||||
link = "@constant"
|
||||
},
|
||||
["@lsp.type.interface"] = {
|
||||
link = "@type"
|
||||
|
||||
Reference in New Issue
Block a user