Love the extension, but I've stumbled upon an issue where the linter backspaces if I insert a . as the first character of any line in a file.
This makes sense in the context of a prolog file, but not for example a Makefile, where special targets must start with a . on their own line:
I've tested the following file types with and without the extension:
When the extension is enabled, starting a line with a . is impossible.
Love the extension, but I've stumbled upon an issue where the linter backspaces if I insert a
.as the first character of any line in a file.This makes sense in the context of a prolog file, but not for example a Makefile, where special targets must start with a
.on their own line:I've tested the following file types with and without the extension:
When the extension is enabled, starting a line with a
.is impossible.