Update generated neovim config
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
; wrapping in (directive .. ) prevents us from highlighting '%>' in a comment as a keyword
|
||||
(directive ["<%" "<%=" "<%%" "<%%=" "%>"] @keyword)
|
||||
|
||||
(comment) @comment
|
||||
@ -0,0 +1,7 @@
|
||||
((directive (expression) @injection.content)
|
||||
(#set! injection.language "elixir"))
|
||||
|
||||
((partial_expression) @injection.content
|
||||
(#set! injection.language "elixir")
|
||||
(#set! injection.include-children)
|
||||
(#set! injection.combined))
|
||||
Reference in New Issue
Block a user