Skip to content

Commit

Permalink
Revert "feat: add WindowTitle setting (#14)"
Browse files Browse the repository at this point in the history
This reverts commit 7f165fd.
  • Loading branch information
caarlos0 authored Aug 24, 2024
1 parent 7f165fd commit d7afde8
Show file tree
Hide file tree
Showing 6 changed files with 852 additions and 887 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module.exports = grammar({
seq('MarginFill', $.string),
seq('WindowBar', $.string),
seq('WindowBarSize', $.integer),
seq('WindowTitle', $.string),
seq('CursorBlink', $.boolean),
),

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

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

0 comments on commit d7afde8

Please sign in to comment.