textbringer-rouge 1.1.0 → 1.1.1
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/README.md +6 -0
- data/lib/textbringer/rouge/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05eda3d5f5bedb9bfd41d427f9057743385171cc178a09e4638f4c7df89db04a
|
|
4
|
+
data.tar.gz: 41be0da6c659b5e9db8ce258554a51e4cc4526992c7cf86083379f8a4b3ad598
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e2972eac1cff90d4fd5369763bf9d565ae1a8e1694f9547a0ab1fe507669a77a86083caa5c06a39fce73580a5734093e1e1352e77b7662fc5348f0d469b2333
|
|
7
|
+
data.tar.gz: dc5be69e7a5dfdda29adbc740e494eb622bf1f9bd1262d968fe0b376608efc3eea7e27745f83fe7bb66f20e5312df2ea7d31266f74603040f3953a52db006197
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Textbringer Rouge
|
|
2
2
|
|
|
3
|
+
**This project is archived. Please migrate to [textbringer-tree-sitter](https://github.com/yancya/textbringer-tree-sitter).**
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
gem install textbringer-tree-sitter
|
|
7
|
+
```
|
|
8
|
+
|
|
3
9
|
Rouge syntax highlighting integration for Textbringer.
|
|
4
10
|
|
|
5
11
|
This plugin integrates the [Rouge](https://github.com/rouge-ruby/rouge) syntax highlighter into [Textbringer](https://github.com/shugo/textbringer), automatically providing syntax highlighting for 200+ programming languages without needing to write regex patterns for each language.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: textbringer-rouge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yancya
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: textbringer
|
|
@@ -66,7 +66,10 @@ metadata:
|
|
|
66
66
|
allowed_push_host: https://rubygems.org
|
|
67
67
|
homepage_uri: https://github.com/yancya/textbringer-rouge
|
|
68
68
|
source_code_uri: https://github.com/yancya/textbringer-rouge
|
|
69
|
-
post_install_message:
|
|
69
|
+
post_install_message: |
|
|
70
|
+
textbringer-rouge is archived. Please migrate to textbringer-tree-sitter:
|
|
71
|
+
https://github.com/yancya/textbringer-tree-sitter
|
|
72
|
+
gem install textbringer-tree-sitter
|
|
70
73
|
rdoc_options: []
|
|
71
74
|
require_paths:
|
|
72
75
|
- lib
|