├── .editorconfig ├── README.md ├── extension.js ├── package.json └── src ├── commentPattern.js ├── main.js └── utils.js /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/.editorconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/README.md -------------------------------------------------------------------------------- /extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/extension.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/package.json -------------------------------------------------------------------------------- /src/commentPattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/src/commentPattern.js -------------------------------------------------------------------------------- /src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/src/main.js -------------------------------------------------------------------------------- /src/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wan-hx/hbuilderx-comment-pattern/HEAD/src/utils.js --------------------------------------------------------------------------------