You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add # comment support and # escape to parser
Lines starting with # are discarded as comments (opt-in via AtlinConfig::$comments, enabled by default). Use \# to write
a literal # at the start of a value line.