apheleia/test/formatters/samplecode/pyang/out.yang
sgherdao c07e90793c
add support for pyang (#282)
Hi, 


pyang (https://github.com/mbj4668/pyang) is a YANG validator,
transformator and code generator, written in python. YANG (RFC 7950) is
a data modeling language for NETCONF (RFC 6241), developed by the IETF
NETMOD WG. This formatter provides support for Emacs yang-mode.

---------

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2024-02-08 17:56:49 -08:00

11 lines
138 B
YANG

module in {
namespace "http://com/in/in";
prefix in;
list example {
key "name";
leaf name {
type string;
}
}
}