impr(languague): add more words in code_c++ language (LifeAdventurer) (#4830)

This commit is contained in:
Moon 2023-12-04 21:23:09 +08:00 committed by GitHub
parent c7e38c2f6c
commit 712913e04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,18 @@
"xor",
"xor_eq",
"cout",
"vector"
"vector",
"set",
"multiset",
"unordered_set",
"map",
"unordered_map",
"stack",
"queue",
"deque",
"priority_queue",
"array",
"pair",
"tuple"
]
}