1
0
Fork 0
mirror of https://github.com/helix-editor/helix.git synced 2025-04-06 20:37:44 +03:00

implement snippet tabstop support

This commit is contained in:
Pascal Kuthe 2024-03-03 23:23:34 +01:00 committed by Michael Davis
parent 66fb1e67c0
commit 1badd9e434
No known key found for this signature in database
11 changed files with 268 additions and 1241 deletions

View file

@ -27,6 +27,7 @@ string = "silver"
"constant.character.escape" = "honey"
# used for lifetimes
label = "honey"
tabstop = { modifiers = ["italic"], bg = "bossanova" }
"markup.heading" = "lilac"
"markup.bold" = { modifiers = ["bold"] }