diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/rust/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/rust/highlights.scm b/queries/rust/highlights.scm index 5eb6d97b8..4554db022 100644 --- a/queries/rust/highlights.scm +++ b/queries/rust/highlights.scm @@ -306,3 +306,5 @@ (#eq? @_ident "panic")) (macro_invocation macro: (identifier) @_ident @exception "!" @exception (#contains? @_ident "assert")) +(macro_invocation macro: (identifier) @_ident @debug "!" @debug + (#eq? @_ident "dbg")) |
