update readme for nginx parser

This commit is contained in:
xdrm-brackets 2018-11-12 19:40:57 +01:00
parent c27ab45bc2
commit d88b053dc5
1 changed files with 1 additions and 4 deletions

View File

@ -118,10 +118,7 @@ Configuration files can be written according to some standards or application-sp
> not consistent ; overriding a toml file with this can mess with comments and duplicate sections. Also there is type inference to do (strings are surrounded with `"`, there is `true`, `false`, etc) > not consistent ; overriding a toml file with this can mess with comments and duplicate sections. Also there is type inference to do (strings are surrounded with `"`, there is `true`, `false`, etc)
- [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [lytics/confl](https://github.com/lytics/confl). - [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [my own library](https://godoc.org/git.xdrm.io/go/nix-amer/internal/cnf/parser/nginx).
> for now it does not work with real nginx configuration files ; must create my own driver to keep syntax and comments in place
- _and more to come..._ - _and more to come..._