Skip to content

Commit

Permalink
feat(ghostty): update vimfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 26, 2024
1 parent 0159944 commit f55cfa0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions nvim-fredrik/after/syntax/ghostty.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ syn keyword ghosttyConfigKeyword
\ adjust-underline-thickness
\ adjust-strikethrough-position
\ adjust-strikethrough-thickness
\ adjust-overline-position
\ adjust-overline-thickness
\ adjust-cursor-thickness
\ adjust-cursor-height
\ adjust-box-thickness
\ grapheme-width-method
\ freetype-load-flags
\ theme
Expand Down Expand Up @@ -113,6 +117,7 @@ syn keyword ghosttyConfigKeyword
\ quick-terminal-position
\ quick-terminal-screen
\ quick-terminal-animation-duration
\ quick-terminal-autohide
\ shell-integration
\ shell-integration-features
\ osc-color-report-format
Expand All @@ -126,6 +131,10 @@ syn keyword ghosttyConfigKeyword
\ macos-window-shadow
\ macos-auto-secure-input
\ macos-secure-input-indication
\ macos-icon
\ macos-icon-frame
\ macos-icon-ghost-color
\ macos-icon-screen-color
\ linux-cgroup
\ linux-cgroup-memory-limit
\ linux-cgroup-processes-limit
Expand All @@ -141,6 +150,7 @@ syn keyword ghosttyConfigKeyword
\ term
\ enquiry-response
\ auto-update
\ auto-update-channel
syn match ghosttyConfigComment /^\s*#.*/ contains=@Spell

Expand Down
1 change: 0 additions & 1 deletion nvim-fredrik/ftdetect/ghostty.vim
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
au BufRead,BufNewFile */ghostty/config set ft=ghostty
au BufRead,BufNewFile ghostty.conf set ft=ghostty

0 comments on commit f55cfa0

Please sign in to comment.