Closed
Description
- I'm on the latest version of djLint
- I've searched the issues
- I've read the docs
System Info
- OS: macOS 15
- Python Version: 3.11
- djLint Version: 1.31.1
- template language: golang
Issue
T027 likely shouldn't parse inside go template comments as it's picking up a '
as a unbalanced string while this is purely comment text.
How To Reproduce
Contents of .djlintrc/pyproject.toml [tool.djlint]
[tool.djlint]
profile="golang"