ZIm/crates/zed/src/languages/zig/brackets.scm
Thorsten Ball f537be4704 Fix bracket captures for Go, C, C++, and Zig
This fixes #6702 by adding the captures for Go, C, C++, and Zig.

Witness-by: David <dammerung2718@icloud.com>
2024-01-26 16:45:45 +01:00

3 lines
69 B
Scheme

("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)