Update ansible.sublime-syntax

This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2022-12-05 13:53:30 +03:00 committed by GitHub
commit 551d6a2bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ contexts:
scope: keyword.other.ansible.block
captures:
1: keyword.operator.assignment
- match: '^[ \t]{0,}([\w\d]+)(:)'
- match: '^[ \t]{0,}([\w\d_-]+)(:)'
scope: keyword.other.ansible.action
captures:
1: keyword.other.ansible.action.name