textbringer-presentation 0.1.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8fbd83312deed81be377ea000c09123de2d4167
4
- data.tar.gz: 80fd6afd4af01c4510c36e3472a61db96b99029c
3
+ metadata.gz: 46e7f2d5bc20a3ac9b87ef487883c1ca9a666e35
4
+ data.tar.gz: 55c6fd520e3cacf510ef29a700e984d13dda94b2
5
5
  SHA512:
6
- metadata.gz: e8212da996b2084c7705548c4b703ba68c912dd475420a376afd6335900027b72de4855f6bd9d343fa0c50d1310fedaf257041b4223d493ca91ee6ba01cce457
7
- data.tar.gz: 7edbf87cf52e911d1f9620713a3ba8cb64fe26b06973a421394c964b6a8b7f8340fa0675662f6f5e175b05a9dc1dc27f23348f45ab5b6515e2e16138f90d68c6
6
+ metadata.gz: '0810b703bf1865e6648294e596d307b02bc1aca4788d8da6f2b31dd1f1fb8bb15383f4b51be8485721b4c05658b3b53510d279a911011087065c428518d91149'
7
+ data.tar.gz: 61675634c9c3fbefea071b87a5352a0a45c5e734dbceb7377c8ad2a75f71b8946755537a85888c177e39c9d15335ff219c43ab6ccd897a8262a10498da56a3a7
@@ -26,6 +26,7 @@ module Textbringer
26
26
 
27
27
  define_syntax :presentation_title, /\A\s*.+/
28
28
  define_syntax :keyword, /\*\*.*?\*\*/
29
+ define_syntax :comment, /^[ \t]*>.*/
29
30
 
30
31
  def initialize(buffer)
31
32
  super(buffer)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Textbringer
4
4
  module Presentation
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textbringer-presentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shugo Maeda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-13 00:00:00.000000000 Z
11
+ date: 2017-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: textbringer