mortar-pygments.rb 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Pygments
2
- VERSION = '0.5.6'
2
+ VERSION = '0.5.7'
3
3
  end
@@ -1138,7 +1138,7 @@ class PigLexer(RegexLexer):
1138
1138
  (r'([a-zA-Z_][a-zA-Z0-9_]*)(\s*)(\()',
1139
1139
  bygroups(Name.Function, Text, Punctuation)),
1140
1140
  (r'[()#:]', Text),
1141
- (r'[^(:\n#\'\")]+', Text),
1141
+ (r'[^(:\n#\'\")\s]+', Text),
1142
1142
  (r'\S+\s+', Text)
1143
1143
  ],
1144
1144
  'keywords': [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mortar-pygments.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: