view dot_config/helix/runtime/queries/hgrc/highlights.scm @ 1095:4befa7ae4e90 draft tip

fix: add keyrings.alt to mercurial package
author "Zeger Van de Vannet <zeger@vandevan.net>"
date Sun, 18 May 2025 16:33:16 +0200
parents 3dc425f9ac53
children
line wrap: on
line source

(section
  (name) @namespace)

(option
  (option_name) @keyword)

(path) @string.special.path
(string) @string
(bool) @constant.builtin.boolean

(comment) @comment

(template
  "{" @punctuation.special
  "}" @punctuation.special)

(template (number) @number)
(template (bool) @constant.builtin.boolean)

(function) @function
(keyword) @keyword

(operator) @operator

(string (escape) @constant.character.escape)

(regex) @string