Skip to content

Commit 4800d4a

Browse files
committed
clientclassmethod
1 parent 56636e2 commit 4800d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/providers/ObjectScriptClassSymbolProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class ObjectScriptClassSymbolProvider implements vscode.DocumentSymbolPro
5353
}
5454
}
5555

56-
const method = line.text.match(/^((?:Class|Client)?Method|Trigger|Query) (%?\b\w+\b|"[^"]+")/i);
56+
const method = line.text.match(/^((?:Client)?(?:Class)?Method|Trigger|Query) (%?\b\w+\b|"[^"]+")/i);
5757
if (method) {
5858
let startCode = line.range.start;
5959
let end = line.range.end;

0 commit comments

Comments
 (0)