Skip to content

Commit

Permalink
Improve dein toml file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Aug 29, 2024
1 parent 73b44a8 commit 5b89c1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nvim/queries/toml/injections.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
; dein config file
(table_array_element
(pair
(bare_key) @_key
(string) @injection.content
(#any-of? @_key "hook_add" "hook_source")
(#set! injection.language "vim")
)
)

0 comments on commit 5b89c1e

Please sign in to comment.