From 384ed7c0303f81616bcc7297a4e48a58b58e77f6 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, 7 Oct 2020 01:07:02 +0300 Subject: [PATCH 1/2] Update syntax highlighting for bibop --- 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 19a46ad..135dd8c 100644 --- a/bibop-recipe.sublime-syntax +++ b/bibop-recipe.sublime-syntax @@ -56,7 +56,7 @@ contexts: pop: true keywords: - - match: '^(dir|require-root|unsafe-actions|fast-finish|lock-workdir|pkg)' + - match: '^(dir|require-root|unsafe-actions|fast-finish|lock-workdir|delay|unbuffer|pkg)' scope: keyword.other - match: '\b(true|false|yes|no)\b' scope: constant.language From 97843ee06a91fca0a05126ac8b164004bb243046 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: Fri, 9 Oct 2020 02:20:09 +0300 Subject: [PATCH 2/2] Update syntax highlighting for bibop --- 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 135dd8c..f731b79 100644 --- a/bibop-recipe.sublime-syntax +++ b/bibop-recipe.sublime-syntax @@ -56,7 +56,7 @@ contexts: pop: true keywords: - - match: '^(dir|require-root|unsafe-actions|fast-finish|lock-workdir|delay|unbuffer|pkg)' + - match: '^(require-root|unsafe-actions|fast-finish|lock-workdir|delay|unbuffer|pkg)' scope: keyword.other - match: '\b(true|false|yes|no)\b' scope: constant.language