You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sg --rust bytes
/home/omer/rust/sg/src/main.rs
266: let token_str = match node.utf8_text(bytes) {
244: let bytes = contents.as_bytes();
244: let bytes = contents.as_bytes();
224: let tree = match cfg.parser.borrow_mut().parse(contents.as_bytes(), None) {
$ ag --rust bytes
src/main.rs
224: let tree = match cfg.parser.borrow_mut().parse(contents.as_bytes(), None) {
244: let bytes = contents.as_bytes();
266: let token_str = match node.utf8_text(bytes) {
With ag, line 244 is shown once, with all occurrences of bytes highlighted.
The text was updated successfully, but these errors were encountered:
Compare:
With
ag
, line 244 is shown once, with all occurrences ofbytes
highlighted.The text was updated successfully, but these errors were encountered: