tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
350 stars 98 forks source link

Add missing syntax highlighting queries for punctuation #140

Closed florommel closed 2 years ago

florommel commented 2 years ago

Add curly braces to punctuation.bracket Add colon and comma to punctuation.delimiter

This addresses #123

maxbrunsfeld commented 2 years ago

Thanks!