diff options
Diffstat (limited to 'data/plugins/language_cpp.lua')
| -rw-r--r-- | data/plugins/language_cpp.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/plugins/language_cpp.lua b/data/plugins/language_cpp.lua index 61f655e9..372e5be8 100644 --- a/data/plugins/language_cpp.lua +++ b/data/plugins/language_cpp.lua @@ -28,6 +28,15 @@ syntax.add { { pattern = "static()%s+()inline", type = { "keyword", "normal", "keyword" } }, + { pattern = "static()%s+()constexpr", + type = { "keyword", "normal", "keyword" } + }, + { pattern = "static()%s+()constinit", + type = { "keyword", "normal", "keyword" } + }, + { pattern = "static()%s+()consteval", + type = { "keyword", "normal", "keyword" } + }, { pattern = "static()%s+()const", type = { "keyword", "normal", "keyword" } }, |
