Skip to content

Commit

Permalink
update: 3bc24b29ed19fc7027021b7014094764268e9f1e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2023
1 parent e5f94af commit 9b43c77
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cylc TextMate Bundle

Last updated: <span actions:bind='update-date'>2022-01-12</span>
Last updated: <span actions:bind='update-date'>2023-01-31</span>

A TextMate bundle for working with [Cylc](http://www.cylc.org) workflow
configuration files.
Expand Down
23 changes: 19 additions & 4 deletions Syntaxes/cylc.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,27 @@
<key>patterns</key>
<array>
<dict>
<key>captures</key>
<key>begin</key>
<string>#</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.cylc</string>
</dict>
</dict>
<key>match</key>
<string>(#).*</string>
<key>end</key>
<string>(?=[\n\r])</string>
<key>name</key>
<string>comment.line.cylc</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#jinja2</string>
</dict>
</array>
</dict>
</array>
</dict>
Expand Down Expand Up @@ -390,6 +399,12 @@
<key>name</key>
<string>meta.variable.suicide.cylc</string>
</dict>
<dict>
<key>match</key>
<string>(?&lt;=(\b\w[\w\+\-@%]*|((:)([\w\-]+))|&lt;.*&gt;) *)\?(?![:\w])</string>
<key>name</key>
<string>keyword.other.optional-output.cylc</string>
</dict>
<dict>
<key>captures</key>
<dict>
Expand Down

0 comments on commit 9b43c77

Please sign in to comment.