We are creating a template called template_1 with the mappings(a tables) known as event and type1. curl -X PUT \ http://localhost:9200/_template/template_1/ \ -H ...
I wanted to make a program in C that used syntax highlighting, and I thought tree-sitter would be a good option. However, I realized the only documentation for tree_sitter_highlight was for Rust, and ...