Skip to content

Commit

Permalink
feat: Aerial.nvim support
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhermoso committed Jan 11, 2025
1 parent 71fd4c9 commit 8158cad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions queries/ghostty/aerial.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(basic_directive
property: (property) @name
(#set! "kind" "Property")) @symbol

(path_directive
property: (property) @name
(#set! "kind" "Property")) @symbol

(keybind_directive
property: (property) @name
(#set! "kind" "Property")) @symbol

(palette_directive
property: (property) @name
(#set! "kind" "Property")) @symbol

0 comments on commit 8158cad

Please sign in to comment.