https://github.com/dgutov/highlight-escape-sequences
Highlight escape sequences in Emacs
https://github.com/dgutov/highlight-escape-sequences
Last synced: 7 months ago
JSON representation
Highlight escape sequences in Emacs
- Host: GitHub
- URL: https://github.com/dgutov/highlight-escape-sequences
- Owner: dgutov
- Created: 2013-05-31T06:30:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T17:30:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-10T18:03:34.888Z (7 months ago)
- Language: Emacs Lisp
- Size: 51.8 KB
- Stars: 43
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Highlight Escape Sequences
----
Look inside for instructions.
The theme on the screenshot is
[espresso](https://github.com/dgutov/espresso-theme), with the
following addition:```
(put 'hes-escape-backslash-face 'face-alias 'font-lock-builtin-face)
(put 'hes-escape-sequence-face 'face-alias 'font-lock-builtin-face)
```