Skip to content

Commit

Permalink
feat: add WindowTitle setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Aug 23, 2024
1 parent 780a8a2 commit b01101b
Show file tree
Hide file tree
Showing 6 changed files with 887 additions and 852 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module.exports = grammar({
seq('MarginFill', $.string),
seq('WindowBar', $.string),
seq('WindowBarSize', $.integer),
seq('WindowTitle', $.string),
seq('CursorBlink', $.boolean),
),

Expand Down
3 changes: 2 additions & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"MarginFill"
"WindowBar"
"WindowBarSize"
"WindowTitle"
"CursorBlink" ] @type

[ "@" ] @operator
Expand All @@ -42,4 +43,4 @@
(comment) @comment @spell
[(path) (string) (json)] @string
(time) @symbol
(boolean) @boolean
(boolean) @boolean
4 changes: 4 additions & 0 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@
"type": "WindowBarSize",
"named": false
},
{
"type": "WindowTitle",
"named": false
},
{
"type": "alt",
"named": true
Expand Down
Loading

0 comments on commit b01101b

Please sign in to comment.