Fix highlight colors and other minor fixes
This commit is contained in:
@@ -23,7 +23,7 @@ static const std::unordered_map<uint8_t, LSP> kLsps = {
|
||||
|
||||
static const std::unordered_map<std::string, Language> kLanguages = {
|
||||
{"bash", {"bash", LANG(bash)}},
|
||||
{"c", {"c", LANG(c), 1}},
|
||||
{"c", {"c", LANG(cpp), 1}},
|
||||
{"cpp", {"cpp", LANG(cpp), 1}},
|
||||
{"h", {"h", LANG(cpp), 1}},
|
||||
{"css", {"css", LANG(css)}},
|
||||
|
||||
Reference in New Issue
Block a user