From 551d6a2bbad61cd1f48b0ef029edce2ad48c9e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=C9=B4=E1=B4=9B=E1=B4=8F=C9=B4=20=C9=B4=E1=B4=8F?= =?UTF-8?q?=E1=B4=A0=E1=B4=8F=E1=B4=8A=C9=AA=CA=9F=E1=B4=8F=E1=B4=A0?= Date: Mon, 5 Dec 2022 13:53:30 +0300 Subject: [PATCH] Update ansible.sublime-syntax --- ansible.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.sublime-syntax b/ansible.sublime-syntax index 82acbcb..2e08c28 100644 --- a/ansible.sublime-syntax +++ b/ansible.sublime-syntax @@ -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