Commit Graph

933 Commits

Author SHA1 Message Date
张志豪 7908f772bf Performance improvement 2018-05-07 23:17:28 +08:00
张志豪 b82470b44b Fix tests name 2018-05-07 22:57:45 +08:00
张志豪 3e8e128362 Remove unused ruby configs, fix #53 2018-05-07 22:52:01 +08:00
张志豪 739163a66b Add test for PHP, NOTE: there still have some bugs to fix 2018-05-07 22:50:24 +08:00
张志豪 1273dc9226 Initial commit for ruby support 2018-05-07 22:25:55 +08:00
张志豪 37822bd7c9
Merge pull request #55 from izhangzhihao/revert-48-performance-improve
Revert "improve performance when using `BracePair`"
2018-05-07 22:25:20 +08:00
张志豪 1f14e8b250
Revert "improve performance when using `BracePair`" 2018-05-07 22:25:02 +08:00
张志豪 f03fc911c0 5.3 2018-05-06 23:43:02 +08:00
张志豪 f1a3b74af8 [ci skip] Improve version number match 2018-05-06 23:40:43 +08:00
张志豪 fff617e497 Improve angle bracket support for Groovy 2018-05-04 19:12:13 +08:00
张志豪 4ab4481274 [ci skip] Add screenshots with java 2018-05-04 00:41:36 +08:00
张志豪 7bb8c2600b
[ci-skip] Add gray config, thanks to @Avinash-Bhat 2018-05-04 00:08:10 +08:00
张志豪 b87b85706f 5.2 2018-05-02 09:28:10 +08:00
Yii.Guxing a9b531f7c9
Merge pull request #48 from izhangzhihao/performance-improve
improve performance when using `BracePair`
2018-05-02 09:21:37 +08:00
张志豪 569a98ec42 Add screenshot with clojure & fix image size (fix #49) 2018-05-01 23:11:30 +08:00
张志豪 2136fadd46 Simplify code 2018-05-01 18:04:19 +08:00
张志豪 147cf29666 Do NOT check brackets is valid or not 2018-05-01 17:13:24 +08:00
张志豪 10ca525534 Simplify code 2018-05-01 16:50:40 +08:00
张志豪 94f7340c3a `pairs` should not be lazy 2018-05-01 16:47:40 +08:00
张志豪 9cecce78c3 improve performance when using `BracePair` 2018-05-01 16:23:52 +08:00
张志豪 e84816bdac [ci skip] Update README.md 2018-04-29 18:03:36 +08:00
张志豪 4f66f006ff Release 5.1 2018-04-29 17:54:05 +08:00
张志豪 7967e11196 Simplify circle-ci config 2018-04-29 17:46:57 +08:00
张志豪 2371687020 Update readme 2018-04-29 17:41:32 +08:00
张志豪 d7e7e82c54 Add release job on circle-ci to replace travis-ci (DONE)
Add deploy job in circle-ci
2018-04-29 17:22:13 +08:00
张志豪 041a901212 Run check in circle-ci(To replace travis-ci -- WIP) 2018-04-29 16:53:03 +08:00
张志豪 514597e57a Avoide "Could not resolve all dependencies for configuration" for gradle plugin 2018-04-29 16:32:45 +08:00
张志豪 d95d10149e Avoid "connect timed out" in circle-ci 2018-04-29 16:26:31 +08:00
张志豪 eb473b8e8a #39 Update README.md for 'HTML code in js' 2018-04-29 16:10:48 +08:00
张志豪 9f0e62b7eb #39 Automaticly override intellij build-in HTML_CODE color scheme(set <option name="rainbowifyHTMLInsideJS" value="true" /> to disable) 2018-04-29 16:06:29 +08:00
张志豪 3a00557233
[ci skip] Add doc for enable rainbow html in js(close #39) 2018-04-26 00:44:21 +08:00
张志豪 0ba1366955
[ci skip] Update ISSUE_TEMPLATE.md 2018-04-16 16:39:40 +08:00
张志豪 54e8700d3a [ci skip]Add screenshot with Clojure 2018-04-14 16:03:03 +08:00
张志豪 182827f1e2 Move filterParis to companion object 2018-04-13 15:31:23 +08:00
张志豪 2e9095fdb3 Simplify circle-ci config 2018-04-12 22:13:15 +08:00
张志豪 afc29946e4 Simplify config in Circle CI 2018-04-06 16:10:45 +08:00
张志豪 b755fbfd0e Add test dependencies to cache in Circle CI 2018-04-06 15:28:12 +08:00
张志豪 1f960ca418 Do NOT download source in travis CI as well 2018-04-06 15:27:39 +08:00
张志豪 288d010081 Do NOT download source in CI env 2018-04-06 15:22:19 +08:00
张志豪 cd4e8a0b79 Add Circle CI 2018-04-06 15:09:54 +08:00
张志豪 2ec5027c4c [ci skip] fix badge of codecov 2018-03-31 13:57:15 +08:00
张志豪 798b54608b
[ci skip] Update README.md 2018-03-31 13:52:31 +08:00
张志豪 e825cb443e
[ci skip] Remove silly codacy 2018-03-29 19:26:58 +08:00
张志豪 25b4a66212 Colors should be lazy 2018-03-29 18:33:16 +08:00
张志豪 e2f89c595b Update changelogs 2018-03-29 17:00:07 +08:00
张志豪 6cd180ba2e Close #18 Update README.md for config colors 2018-03-29 16:54:15 +08:00
张志豪 061645ed11 #18 change color config type to string.
Add this to your [config file](APP_CONFIG/rainbow_brackets.xml):

```xml
	<option name="lightRoundBracketsColors">
      <array>
        <option value="0xE6B422" />
        <option value="0x43A047" />
        <option value="0x2196F3" />
        <option value="0x3F51B5" />
        <option value="0x00897B" />
      </array>
    </option>
```
2018-03-29 16:39:54 +08:00
张志豪 23f90a8078 #18 Read color settings from config file 2018-03-29 16:16:45 +08:00
张志豪 c23e821bec Revert "Workaround for "No space left on device" error (https://github.com/travis-ci/travis-ci/issues/8375)"
This reverts commit 0bb53feebf.
2018-03-29 12:05:13 +08:00
张志豪 0bb53feebf Workaround for "No space left on device" error (https://github.com/travis-ci/travis-ci/issues/8375) 2018-03-29 11:43:40 +08:00