summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc
index c8bf13b..557d9f2 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc
+++ b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc
@@ -1428,6 +1428,7 @@ NECTAR_MODULE(CompilerNectarAMD64) {
bool skip = false;
kKeywords.emplace_back("impl", CompilerKit::KeywordKind::kKeywordKindImpl);
+ kKeywords.emplace_back("trait", CompilerKit::KeywordKind::kKeywordKindTrait);
kKeywords.emplace_back("{", CompilerKit::KeywordKind::kKeywordKindBodyStart);
kKeywords.emplace_back("}", CompilerKit::KeywordKind::kKeywordKindBodyEnd);
kKeywords.emplace_back("{}", CompilerKit::KeywordKind::kKeywordKindImplInit);