Skip to content

Commit

Permalink
revise: keyword list (#11)
Browse files Browse the repository at this point in the history
* Update wdl.tmGrammar.json

* Update syntaxes/wdl.tmGrammar.json

Co-authored-by: Peter Huene <[email protected]>

---------

Co-authored-by: Peter Huene <[email protected]>
  • Loading branch information
a-frantz and peterhuene authored Oct 23, 2024
1 parent f09c252 commit 63bda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/wdl.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
},
{
"name": "keyword.wdl",
"match": "\\b(alias|as|call|command|else|false|hints|if|in|import|input|left|meta|object|output|parameter_meta|right|hint|runtime|scatter|struct|task|then|true|version|workflow)\\b\\s*(?!:)"
"match": "\\b(after|alias|as|call|command|else|false|hints|if|in|import|input|meta|null|object|output|parameter_meta|requirements|runtime|scatter|struct|task|then|true|version|workflow)\\b\\s*(?!:)"
},
{
"name": "entity.name.type.wdl",
Expand Down

0 comments on commit 63bda6a

Please sign in to comment.