diff --git a/Syntaxes/Elixir.tmLanguage b/Syntaxes/Elixir.tmLanguage index b18fecc..868a4d6 100644 --- a/Syntaxes/Elixir.tmLanguage +++ b/Syntaxes/Elixir.tmLanguage @@ -213,9 +213,9 @@ This bundle was based on the Ruby bundle by James Edward Gray II and there is a comment - heredoc with indented terminator + Single-quoted heredocs end - \s*'''$ + ^\s*'''$ endCaptures 0 @@ -287,9 +287,9 @@ This bundle was based on the Ruby bundle by James Edward Gray II and there is a comment - heredoc with indented terminator + Double-quoted heredocs end - \s*"""$ + ^\s*"""$ endCaptures 0