textbringer-rouge 0.99.0 → 1.0.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/lib/textbringer/rouge/version.rb +1 -1
- data/lib/textbringer/rouge_mode.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: fb0523d5579d74c772c3741505aa4816c25bada1095d20ebbdcf476f14d1d694
|
|
4
|
+
data.tar.gz: 14bf74353425d68b1bf8cb06a7bf659e4aa25b555be94c412d6b5ad12ca57d9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1278cc1e354b2aba156f771ba608b637fc26c62b84abb9dd242b63fad03d25ac9058f36f80e0b5fba3c3b18e1c1a1b5845382c56283a9c361906ea1045eeb69
|
|
7
|
+
data.tar.gz: 0f18a8bb2a74147c3e06a6afedf8f6caa520a041e72073cacf11331dcb93b23be2d677bb6397eb42bb35b504c92a9605e2b97b264ed0d27140c0dba6329ec5b7
|
|
@@ -10,7 +10,7 @@ module Textbringer
|
|
|
10
10
|
|
|
11
11
|
# Match common source file extensions
|
|
12
12
|
# This pattern will match before Fundamental mode but after specific modes like RubyMode
|
|
13
|
-
self.file_name_pattern = /\.(py|js|ts|jsx|tsx|json|yaml|yml|toml|xml|html|css|scss|sass|java|c|cpp|h|hpp|rs|go|php|rb|sh|bash|sql|md|txt)\z/i
|
|
13
|
+
self.file_name_pattern = /\.(py|js|ts|jsx|tsx|json|yaml|yml|toml|xml|html|css|scss|sass|java|c|cpp|h|hpp|rs|go|php|rb|sh|bash|sql|md|txt|tf|tfvars|hcl)\z/i
|
|
14
14
|
|
|
15
15
|
def initialize(buffer)
|
|
16
16
|
super(buffer)
|