tree-sitter-nginx 1.0.1

Grammar for NGinx config
Documentation
# tree-sitter-nginx

![example](./docs/example.png)


## Features
- [x] Comments
- [x] Directives
- [x] Location
    - [ ] Regex injection
- [x] If
- [x] Map
- [x] Types
    - [x] `boolean`
    - [x] `number`
    - [x] `string`
    - [x] `auto`
    - [x] `size` (`100k`)
    - [x] `time` (`500ms`)
    - [x] `cpumask`
    - [x] `mask`
    - [x] `file`
    - [x] `log_level`
    - [x] `connection_method`