1caddyfile lexer copied from [caddy](https://github.com/caddyserver/caddy) project.23Taken from the following commit:4```5commit ed4c2775e46b924d4851e04cc281633b1b2c15af6Author: Alexander Danilov <SmilingNavern@users.noreply.github.com>7Date: Wed Aug 21 20:13:34 2019 +030089 main: log caddy version on start (#2717)1011```1213License of the original code is included in LICENSE.APACHE file in this14directory.1516No signficant changes was made to the code (e.g. it is safe to update it from17caddy repo).1819The code is copied because caddy brings quite a lot of dependencies we don't20use and this slows down many tools.