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 0efbb7d + ad5b694 commit 342953aCopy full SHA for 342953a
userdiff.c
@@ -52,7 +52,7 @@ PATTERNS("objc",
52
"|[-+*/<>%&^|=!]=|--|\\+\\+|<<=?|>>=?|&&|\\|\\||::|->"
53
"|[^[:space:]]|[\x80-\xff]+"),
54
PATTERNS("pascal",
55
- "^((procedure|function|constructor|destructor|interface|"
+ "^(((class[ \t]+)?(procedure|function)|constructor|destructor|interface|"
56
"implementation|initialization|finalization)[ \t]*.*)$"
57
"\n"
58
"^(.*=[ \t]*(class|record).*)$",
0 commit comments