From df3a5391f49dd3947354963dcf8a23e7ceec2b41 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 20 Oct 2018 15:19:30 +0200 Subject: Parse python with # --- src/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Config.ts') diff --git a/src/Config.ts b/src/Config.ts index 55a22b5..58f3a43 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -31,7 +31,7 @@ class Python { return workspace.getConfiguration("doxdocgen.python"); } - public triggerSequence: string = '"""'; + public triggerSequence: string = "##"; } class File { -- cgit v1.2.3