From 35ccc2376891801a4435332ba24b0fb049ba2702 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 12 Oct 2023 22:37:46 +0300 Subject: [PATCH] Update bibop syntax highlighting for compatibility with the latest version --- bibop-recipe.sublime-completions | 1 - bibop-recipe.sublime-syntax | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bibop-recipe.sublime-completions b/bibop-recipe.sublime-completions index e57b233..6941790 100644 --- a/bibop-recipe.sublime-completions +++ b/bibop-recipe.sublime-completions @@ -1,7 +1,6 @@ { "scope": "source.bibop", "completions": [ - { "trigger": "target\t— List of recipe targets", "contents": "target ${1:target}" }, { "trigger": "pkg\t— List of required packages", "contents": "pkg ${1:package}" }, { "trigger": "unsafe-actions\t— Allow doing unsafe actions", "contents": "unsafe-actions ${1:yes}" }, { "trigger": "require-root\t— Requires root privileges for the recipe", "contents": "require-root ${1:yes}" }, diff --git a/bibop-recipe.sublime-syntax b/bibop-recipe.sublime-syntax index 97f0a3e..cfe9e5b 100644 --- a/bibop-recipe.sublime-syntax +++ b/bibop-recipe.sublime-syntax @@ -54,7 +54,7 @@ contexts: - include: variables keywords: - - match: '^(dir|require-root|unsafe-actions|fast-finish|lock-workdir|unbuffer|delay|https-skip-verify|pkg|target)' + - match: '^(dir|require-root|unsafe-actions|fast-finish|lock-workdir|unbuffer|delay|https-skip-verify|pkg)' scope: keyword.other - match: '\b(true|false|yes|no)\b' scope: constant.language