]> git.lizzy.rs Git - micro.git/commit
Dont take # as comment when preceded by backslash (#2112)
authorHéctor M. Monacci <hector.monacci@gmail.com>
Tue, 1 Jun 2021 23:33:06 +0000 (20:33 -0300)
committerGitHub <noreply@github.com>
Tue, 1 Jun 2021 23:33:06 +0000 (19:33 -0400)
commit2dc2cabe0ed89cc882076ceda739b7bcc65f37e6
treeec8e66ecb45a34e51697966473b871501c9d2570
parent56c7744e23d22a5e442a91fd69096019bfb25dca
Dont take # as comment when preceded by backslash (#2112)

When escaped with a backslash (e.g., inside a regex) the numeral char, ```#```, shouldn't be interpreted as a beginning of comment.
runtime/syntax/nim.yaml