We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe71a2 commit 319ad53Copy full SHA for 319ad53
README.md
@@ -48,6 +48,8 @@ void main() {
48
Currently the following languages are supported with
49
the specified default and alternative IDs:
50
51
+- C (`c`)
52
+- C++ (`cpp`)
53
- Dart (`dart`)
54
- Groovy (`groovy`, `gradle`)
55
- HTML (`html`)
test/goldens/c/hello-world.out
@@ -1,6 +1,10 @@
1
#include <stdio.h>
2
-^^^^^^^^^^^^^^^^^^
3
-source-code-c-metadata-preprocessor
+^
+source-code-c-metadata-preprocessor-directive-punctuation
4
+ ^^^^^^^
5
+ source-code-c-metadata-preprocessor-directive-metadata-preprocessor-directive-name
6
+ ^^^^^^^^^^
7
+ source-code-c-metadata-preprocessor-directive-metadata-preprocessor-directive-options
8
9
const char* message = "Hello, world!";
10
^^^^^
0 commit comments