X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=runtime%2Fsyntax%2Ftoml.yaml;h=dcbc1254ecf2ad85f56667824b4c327a3662917a;hb=e420872a270e351653f62756cda24892dc1417c9;hp=639be3217a26d00092706293023e75276a76a31d;hpb=54bb99d7580cc1bc76507ce64ff78ef2038c8066;p=micro.git diff --git a/runtime/syntax/toml.yaml b/runtime/syntax/toml.yaml index 639be321..dcbc1254 100644 --- a/runtime/syntax/toml.yaml +++ b/runtime/syntax/toml.yaml @@ -17,12 +17,14 @@ rules: - constant.string: start: "\"" end: "\"" + skip: "\\\\." rules: - constant.specialChar: "\\\\." - constant.string: start: "'" end: "'" + skip: "\\\\." rules: - constant.specialChar: "\\\\." @@ -37,3 +39,4 @@ rules: end: "$" rules: - todo: "(TODO|XXX|FIXME):?" +