diff options
Diffstat (limited to 'queries/rust')
| -rw-r--r-- | queries/rust/indents.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/rust/indents.scm b/queries/rust/indents.scm index 659949e5c..163683cf2 100644 --- a/queries/rust/indents.scm +++ b/queries/rust/indents.scm @@ -26,3 +26,8 @@ "{" "}" ] @branch + +[ + (line_comment) + (raw_string_literal) +] @ignore |
