summaryrefslogtreecommitdiff
path: root/caddyconfig/caddyfile/lexer.go
AgeCommit message (Expand)Author
2023-08-24caddyfile: Fix case where heredoc marker is empty after newline (#5769)Francis Lavoie
2023-08-19caddyfile: Loosen heredoc parsing (#5761)Francis Lavoie
2023-07-12caddyfile: Fix comparing if two tokens are on the same line (#5626)WeidiDeng
2023-05-25caddyfile: Track import name instead of modifying filename (#5540)WeidiDeng
2023-02-26caddyfile: Fix heredoc fuzz crasher, drop trailing newline (#5404)Francis Lavoie
2023-02-26caddyfile: Implement heredoc support (#5385)Francis Lavoie
2023-02-16caddyfile: Implement variadics for import args placeholders (#5249)WeidiDeng
2022-09-01httpcaddyfile: Add shortcut for expression matchers (#4976)Francis Lavoie
2022-04-21Make file modes consistentMatthew Holt
2022-03-18caddyfile: Support for raw token values; improve `map`, `expression` (#4643)Francis Lavoie
2021-09-16Make copyright notice more consistentMatthew Holt
2021-04-09caddyfile: reject cyclic imports (#4022)Mohammed Al Sahaf
2020-07-20caddyfile: Export Tokenize function for lexing (#3549)Francis Lavoie
2020-05-05caddyconfig: Don't start comments in middle of tokens (#3267)Francis Lavoie
2020-05-05caddyfile: Support backticks as quotes (closes #2591) (#3242)Matt Holt
2019-10-15v2: Make tests work on Windows (#2782)Matt Holt
2019-10-15v2: Project-and-CI-wide linter config (#2812)Mohammed Al Sahaf
2019-09-28caddyfile: Fix lexer behavior with regards to escaped newlinesMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt