Skip to content
Snippets Groups Projects
Commit 42f7f811 authored by rxi's avatar rxi
Browse files

Added `union`, `short` and `long` keywords to .c syntax

parent 2eab2403
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ syntax.add {
["return"] = "keyword",
["goto"] = "keyword",
["struct"] = "keyword",
["union"] = "keyword",
["typedef"] = "keyword",
["enum"] = "keyword",
["extern"] = "keyword",
......@@ -120,6 +121,8 @@ syntax.add {
["const"] = "keyword",
["void"] = "keyword",
["int"] = "keyword2",
["short"] = "keyword2",
["long"] = "keyword2",
["float"] = "keyword2",
["double"] = "keyword2",
["char"] = "keyword2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment