Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 79811b8

Browse files
authored
Merge pull request #124 from teaearlgraycold/master
Add eprint and eprintln to standard library macros
2 parents 59893b6 + 1338db9 commit 79811b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/rust.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
{
345345
'comment': 'Standard library macro'
346346
'name': 'support.function.std.rust'
347-
'match': '\\b(format|print|println|select|vec)!'
347+
'match': '\\b(format|print|println|eprint|eprintln|select|vec)!'
348348
}
349349
{
350350
'comment': 'Logging macro'

0 commit comments

Comments
 (0)