1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-28 23:33:35 +02:00
Files
helix/tests/query/highlights/c/enums.c
2026-06-20 14:49:53 +09:00

6 lines
131 B
C

enum E { RED, GREEN };
// ^ @constant
// ^ @constant
int f(void) { return RED; }
// ^ @constant