Merge: vim: look for `{ in deciding to highlight ffi language name. eg "C".
authorJean Privat <jean@pryen.org>
Sat, 9 May 2015 01:23:29 +0000 (21:23 -0400)
committerJean Privat <jean@pryen.org>
Sat, 9 May 2015 01:23:29 +0000 (21:23 -0400)
commitb30507c13c358e94bef6e3fd95f9e09587d5d602
treed90a120e0676266861ee7d1b037404bf0aea6283
parent1ab76ac7548184b9d430e31fb905d88511888100
parent3a8ac830a36c149456e8161304677d1de57446a3
Merge: vim: look for `{ in deciding to highlight ffi language name. eg "C".

so `"C"` is now contextually highlighted.

Note: `\ze` means the end mark. What follows is looked for to be matched but is not considered in the token (some kind of lookahead)

Pull-Request: #1326
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>