Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgutov/highlight-escape-sequences
Highlight escape sequences in Emacs
https://github.com/dgutov/highlight-escape-sequences
Last synced: about 1 month 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 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T17:30:19.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T06:06:39.431Z (3 months ago)
- Language: Emacs Lisp
- Size: 51.8 KB
- Stars: 43
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Highlight Escape Sequences
----![screenie](highlight-escape-sequences.png)
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)
```