tree-sitter-ssh-client-config
SSH client config grammar for tree-sitter.
Usage
This grammar is available at crates.io, and you can use it together with the Rust language binding.
use ;
let mut parser = new;
parser.set_language.expect;
let config = "\
Host example.com
User your-name
Port 12345";
let tree = parser.parse.unwrap;
assert_eq!;