diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 21:47:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 21:47:45 +0900 |
| commit | 7bec5e52becc97c4963318953ae62cefacb41339 (patch) | |
| tree | dac4e185623b7e2e9ca7a395136e4c23d7cbc4f5 /src/web/app/base.styl | |
| parent | Add some symbols (diff) | |
| download | misskey-7bec5e52becc97c4963318953ae62cefacb41339.tar.gz misskey-7bec5e52becc97c4963318953ae62cefacb41339.tar.bz2 misskey-7bec5e52becc97c4963318953ae62cefacb41339.zip | |
regexp support
Diffstat (limited to 'src/web/app/base.styl')
| -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 |