Skip to content

Instantly share code, notes, and snippets.

View phuhl's full-sized avatar
🥦
Embrace your contradictions!

Philipp Uhl phuhl

🥦
Embrace your contradictions!
View GitHub Profile
@phuhl
phuhl / prism-restclient.js
Last active April 20, 2023 11:33
A (non-complete) Prismjs syntax highlighting mode for Emacs' Restclient-mode
/*
Author: Philipp Uhl
*/
const standardFeatures = {
comment: /(^|[\n\r])\s*#.*/,
tag: {
pattern: /(^|[\n\r])[^ :]+: .*/,
inside: {
variable: {