Set void to keyword2 in language_c and language_cpp plugins

Move `void` to the same syntax type used by other data types.
This commit is contained in:
Guldoman
2021-12-15 18:20:17 +01:00
parent 997b3efbb7
commit 69de42b078
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ syntax.add {
["case"] = "keyword",
["default"] = "keyword",
["auto"] = "keyword",
["void"] = "keyword",
["void"] = "keyword2",
["int"] = "keyword2",
["short"] = "keyword2",
["long"] = "keyword2",