antares 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -0
- data/lib/antares/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c2ea1e51f704d6c2181103ad704401abb9977724f6139c02df420bdb711f71d
|
|
4
|
+
data.tar.gz: fe214d18846dfa84a061ea93dc35415a92597f6b376469251333fb45b9a19b9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38f5e5db511a43618e51175b2440addf02ccd8c2cd5d3b5607b66520f391924d47979a2d565f0e4a2375a3d492ed79cb5e8c255c469a16e136d446f73fdcd32a
|
|
7
|
+
data.tar.gz: 7aae8c8a2e1e0159f15e0d794906cd6262b95b46f95a4b3437761ffb71ea9be935a42571c013142de99d9b440895db4ccbf9c35760f92ba427d4b0801440bc9c
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
|
|
25
25
|
Antares adds edit-aware, line-oriented syntax highlighting to [Rouge](https://github.com/rouge-ruby/rouge). It reuses lexer state where compatibility tests show that incremental highlighting is safe, and falls back to bounded re-highlighting for other lexers. Document storage and colors remain with the caller.
|
|
26
26
|
|
|
27
|
+

|
|
28
|
+
|
|
27
29
|
## Features
|
|
28
30
|
|
|
29
31
|
<a name="features"></a>
|
data/lib/antares/version.rb
CHANGED