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 b661a4b + 37e7793 commit 357ba5cCopy full SHA for 357ba5c
userdiff.c
@@ -118,7 +118,7 @@ PATTERNS("cpp",
118
/* Jump targets or access declarations */
119
"!^[ \t]*[A-Za-z_][A-Za-z_0-9]*:.*$\n"
120
/* C/++ functions/methods at top level */
121
- "^([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"
122
/* compound type at top level */
123
"^((struct|class|enum)[^;]*)$",
124
/* -- */
0 commit comments