From 7bec5e52becc97c4963318953ae62cefacb41339 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 9 Feb 2017 21:47:45 +0900 Subject: regexp support --- src/web/app/base.styl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web/app') diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 4b107a2c98..1e26a9f85c 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -117,6 +117,9 @@ pre > code .string color #e96900 + .regexp + color #e9003f + .keyword color #2973b7 -- cgit v1.2.3-freya