emacs: highlight macro_name! in macro invocations using [] delimiters
This commit is contained in:
parent
5518071019
commit
13491dbadb
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@
|
|||
1 font-lock-preprocessor-face)
|
||||
|
||||
;; Syntax extension invocations like `foo!`, highlight including the !
|
||||
(,(concat (rust-re-grab (concat rust-re-ident "!")) "[({[:space:]]")
|
||||
(,(concat (rust-re-grab (concat rust-re-ident "!")) "[({[:space:][]")
|
||||
1 font-lock-preprocessor-face)
|
||||
|
||||
;; Field names like `foo:`, highlight excluding the :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue