Dmitriy
Dmitriy
Hi! Would be nice if you'll add support for configuring cursor shape in visual mode Thanks in advance
*zoom property causes error: Invalid regular expression: /^(?:-\w+-)?*zoom$/: Nothing to repeat
Here is a part of my gulpfile: ``` javascript const posthtmlPlugins = [ require('posthtml-img-autosize')({ root: './' , processEmptySize: true }) ] gulp.task( 'templates', () => gulp .src('./dev/templates/pages/**/*.jade') .pipe( plugins.jade() )...