From e76f3519c6176e97e2cd61638fe44218e75acfa1 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: Wed, 8 Feb 2023 02:04:16 +0300 Subject: [PATCH] Update bibop-recipe.sublime-syntax --- bibop-recipe.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibop-recipe.sublime-syntax b/bibop-recipe.sublime-syntax index 5b092e5..b325765 100644 --- a/bibop-recipe.sublime-syntax +++ b/bibop-recipe.sublime-syntax @@ -71,7 +71,7 @@ contexts: 3: meta.function.tag actions: - - match: '^( |\t)[a-z-]+' + - match: '^( |\t)[a-z0-9-]+' scope: bibop.action - match: '^(?: |\t)(\!)([a-z-]+)' captures: