We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac2529 commit 420333cCopy full SHA for 420333c
queries/cpp/highlights.scm
@@ -1,33 +1,35 @@
1
;; Keywords
2
3
-["catch"
+[
4
+ "catch"
5
"class"
6
"co_await"
7
"co_return"
8
"co_yield"
- "concept"
9
- "consteval"
10
"constexpr"
11
"constinit"
+ "consteval"
12
"delete"
13
"explicit"
14
"final"
15
"friend"
16
"mutable"
17
"namespace"
18
- "new"
19
"noexcept"
+ "new"
20
"override"
21
"private"
22
"protected"
23
"public"
24
- "requires"
25
"template"
26
"throw"
27
"try"
28
"typename"
29
"using"
30
- "virtual"] @keyword
+ "virtual"
+ "concept"
31
+ "requires"
32
+] @keyword
33
34
;;; ----------------------------------------------------------------------------
35
;; Functions
@@ -60,4 +62,4 @@
60
62
;; Constants
61
63
64
(this) @variable.builtin
-(nullptr) @constant
65
+(null "nullptr" @constant)
0 commit comments