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.
2 parents 406cc9b + 37e7793 commit f0b4fd4Copy full SHA for f0b4fd4
userdiff.c
@@ -115,7 +115,7 @@ PATTERNS("cpp",
115
/* Jump targets or access declarations */
116
"!^[ \t]*[A-Za-z_][A-Za-z_0-9]*:.*$\n"
117
/* C/++ functions/methods at top level */
118
- "^([A-Za-z_][A-Za-z_0-9]*([ \t]+[A-Za-z_][A-Za-z_0-9]*([ \t]*::[ \t]*[^[:space:]]+)?){1,}[ \t]*\\([^;]*)$\n"
+ "^([A-Za-z_][A-Za-z_0-9]*([ \t*]+[A-Za-z_][A-Za-z_0-9]*([ \t]*::[ \t]*[^[:space:]]+)?){1,}[ \t]*\\([^;]*)$\n"
119
/* compound type at top level */
120
"^((struct|class|enum)[^;]*)$",
121
/* -- */
0 commit comments