Skip to content

Commit

Permalink
Highlight in blue names of functions defined by def.
Browse files Browse the repository at this point in the history
  • Loading branch information
axch committed Apr 4, 2023
1 parent 2e44a7a commit 8759743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/dex.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
("[-.,!;$^&*:~+/=<>|?\\\\]" . font-lock-variable-name-face)
("\\b[[:upper:]][[:alnum:]]*\\b" . font-lock-type-face)
("^@[[:alnum:]]*\\b" . font-lock-keyword-face)
("\\bdef *\\([_[:alnum:]]*\\)\\b" . (1 font-lock-function-name-face))
))

(defun dex-font-lock-extend-region ()
Expand Down

0 comments on commit 8759743

Please sign in to comment.