update languages

This commit is contained in:
Rijnard van Tonder 2021-06-10 10:46:36 -07:00
parent f04092b4f4
commit eb952ca425

View File

@ -798,6 +798,9 @@ module Matlab = struct
module Syntax = struct
include Generic.Syntax
(* ' is allowed in var names *)
let escapable_string_literals = ordinary_string
let user_defined_delimiters =
Generic.Syntax.user_defined_delimiters
@