From 62d03a3cf8ef9b73545cb44299a870449eecf4c7 Mon Sep 17 00:00:00 2001 From: pepkin88 Date: Mon, 25 May 2015 14:02:25 +0200 Subject: [PATCH] Added `yield from` --- CoffeeScript.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoffeeScript.tmLanguage b/CoffeeScript.tmLanguage index 8203a49..ab85406 100644 --- a/CoffeeScript.tmLanguage +++ b/CoffeeScript.tmLanguage @@ -227,7 +227,7 @@ (?x) \b(?<![\.\$])( break|by|catch|continue|else|finally|for|in|of|if|return|yield|switch| - then|throw|try|unless|when|while|until|loop|do|(?<=for)\s+own + then|throw|try|unless|when|while|until|loop|do|(?<=for)\s+own|(?<=yield)\s+from )(?!\s*:)\b name