arborium-ini 1.1.1

INI grammar for arborium (tree-sitter bindings)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[database]
host = localhost
port = 5432
name = myapp
user = admin

[cache]
enabled = true
ttl = 3600
backend = redis

[logging]
level = info
format = json