Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3abf063

Browse files
thiamsantostechgaun
authored andcommitted
Allow blank space before brackets (#1)
* expect space * Update ex.js * Update ex.js * Update ex.js
1 parent 451ae73 commit 3abf063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/languages/ex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
module.exports = {
55
// Find document blocks between '#{' and '#}'
6-
docBlocksRegExp: /\#*\{\uffff?(.+?)\uffff?(?:\s*)?\#+\}/g,
6+
docBlocksRegExp: /\#*\s?\{\uffff?(.+?)\uffff?(?:\s*)?\#+\s?\}/g,
77
// Remove not needed '#' and tabs at the beginning
88
inlineRegExp: /^(\s*)?(\#*)[ ]?/gm
99
};

0 commit comments

Comments
 (0)