Skip to content

Commit 3d2785f

Browse files
committed
Change default as working example
1 parent 2f0f631 commit 3d2785f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"type": "object",
8888
"description": "A list of customized languages where suggestions are enabled with specified regex matching rules.",
8989
"default": {
90-
"rust": "r#class_name_here:\"([^\"]*)\""
90+
"rust": "class_name_here:\"([\\w- ]*)"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)