remove angle delimiters from Elixir

This commit is contained in:
Rijnard van Tonder 2019-09-13 18:51:13 -04:00 committed by GitHub
parent cd752e9ac1
commit 7ecd5abfb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,6 @@ module Elixir = struct
Generic.Syntax.user_defined_delimiters
@ [ "fn", "end"
; "do", "end"
; "<", ">"
]
let raw_string_literals =