We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960c74 commit 5ad9b59Copy full SHA for 5ad9b59
rust-mode-tests.el
@@ -2426,7 +2426,15 @@ fn main() {
2426
"{1}" rust-string-interpolation-face
2427
"\"" font-lock-string-face
2428
"/* " font-lock-comment-delimiter-face
2429
- "no-op */" font-lock-comment-face)))
+ "no-op */" font-lock-comment-face))
2430
+ (rust-test-font-lock
2431
+ "println!(\"123\"); eprintln!(\"123\"); cprintln!(\"123\");"
2432
+ '("println!" rust-builtin-formatting-macro-face
2433
+ "\"123\"" font-lock-string-face
2434
+ "eprintln!" rust-builtin-formatting-macro-face
2435
2436
+ "cprintln!" font-lock-preprocessor-face
2437
+ "\"123\"" font-lock-string-face)))
2438
2439
(ert-deftest font-lock-fontify-angle-brackets ()
2440
"Test that angle bracket fontify"
0 commit comments