[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
font-lock as a single command
From: |
Christopher Dimech |
Subject: |
font-lock as a single command |
Date: |
Sat, 13 Feb 2021 00:20:34 +0100 |
I want to construct the font-lock as a single command
(font-lock-add-keywords nil ...)
But I am unsure how to do it.
(defconst supinf-font-lock-cruc
(append
'((supinf-match
(1 (supinf-raise-cruc (match-beginning 0))) )))
"Experimental expressions to highlight in TeX modes.")
(defun supinf-enable ()
"Enables a typeface for displaying tex commands."
(setq supinf-signal t)
(font-lock-add-keywords nil supinf-font-lock-cruc t))
---------------------
Christopher Dimech
General Administrator - Naiad Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy
- font-lock as a single command,
Christopher Dimech <=