diff options
| author | Carlos Galdino <carloshsgaldino@gmail.com> | 2012-05-25 16:02:39 -0300 |
|---|---|---|
| committer | Carlos Galdino <carloshsgaldino@gmail.com> | 2012-05-25 16:02:39 -0300 |
| commit | 00681de733f4e9f27ee9525857762aa3387e9ce8 (patch) | |
| tree | 31290f122703f09e8393d17dd516932feefda5e9 /pygments/lexers/functional.py | |
| parent | 565afcf9660a4b77da705a338787bb995913580c (diff) | |
| download | pygments-00681de733f4e9f27ee9525857762aa3387e9ce8.tar.gz | |
Update Elixir sigil without interpolation
Diffstat (limited to 'pygments/lexers/functional.py')
| -rw-r--r-- | pygments/lexers/functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py index f5306c59..9a5a3a9b 100644 --- a/pygments/lexers/functional.py +++ b/pygments/lexers/functional.py @@ -1716,7 +1716,7 @@ class ElixirLexer(RegexLexer): ] states[name +'no-intp'] = [ - (r'.*' + rbrace, String.Double , "#pop") + (r'.*' + rbrace + '[a-z]*', String.Double , "#pop") ] return states |
