1
0
Fork 0

nvim: custom injections

This commit is contained in:
Daniel Kempkens 2024-05-14 12:02:09 +02:00
parent 8a537d0c12
commit 68c1a1cb17
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
; extends
; LUA
(sigil
(sigil_name) @_sigil_name
(quoted_content) @injection.content
(#eq? @_sigil_name "LUA")
(#set! injection.language "lua"))

View file

@ -37,6 +37,7 @@
:ruby :ruby
:scss :scss
:sql :sql
:styled
:svelte :svelte
:toml :toml
:tsx :tsx