diff --git a/highlighters/SublimeText/WDL.YAML-tmLanguage b/highlighters/SublimeText/WDL.YAML-tmLanguage index d9097e1..30fc646 100644 --- a/highlighters/SublimeText/WDL.YAML-tmLanguage +++ b/highlighters/SublimeText/WDL.YAML-tmLanguage @@ -71,7 +71,7 @@ repository: keywords: patterns: - name: keyword.other.wdl - match: \s*(call|command|output|task|workflow)\s+ + match: \s*(call|command|output|runtime|task|workflow)\s+ string_quoted_double: patterns: