1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: minor fix

This commit is contained in:
Henrik Hautakoski 2024-10-01 14:18:56 +02:00
parent a957b65ae4
commit 80ecf5578e

View file

@ -6,7 +6,7 @@
; tree-sitter-comment injection
; if available
((comment) @injection.content
(#set! injection.language "comment"))
(#set! injection.language "comment"))
; could be bash or zsh
; or whatever tree-sitter grammar you have.