How to highlight the parameters of macro in elisp?

when configuring emacs, I found that the parameters of use-package were highlighted, as shown in the following figure, and "cc-mode" was highlighted blue by the editor.

macrouse-package

Why is this? How do you write a macro that highlights the parameters?

Mar.05,2021

this is the source code

(defgroup use-package nil
  "A use-package declaration for simplifying your `.emacs'."
  :group 'startup)

defgroup: https://www.gnu.org/software/.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e2f0-2bb6d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e2f0-2bb6d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?