|
|
@@ -1,6 +1,6 @@
|
|
|
export namespace ConfigMarkdown {
|
|
|
export const FILE_REGEX = /(?<![\w`])@(\.?[^\s`,.]*(?:\.[^\s`,.]+)*)/g
|
|
|
- export const SHELL_REGEX = /`[^`]+`/g
|
|
|
+ export const SHELL_REGEX = /!`([^`]+)`/g
|
|
|
|
|
|
export function files(template: string) {
|
|
|
return Array.from(template.matchAll(FILE_REGEX))
|