view dot_config/helix/runtime/queries/hgrc/highlights.scm @ 848:7218c2192214

feat: only enable c-s selection in copy mode this allows to use c-s in helix to manually mark a jump position
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 15 Feb 2024 11:35:01 +0100
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