diff options
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/base.styl | 3 |
1 files changed, 3 insertions, 0 deletions
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 |