1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-17 14:14:47 +01:00

nvim: added lilypond support

This commit is contained in:
2026-03-14 09:22:36 +01:00
parent 1734b04841
commit 63507160ce
4 changed files with 108 additions and 1 deletions

View File

@@ -51,5 +51,6 @@ case "$file" in
*\.tex) textype "$file" ;;
*\.vpr) $vipercmd "$file" ;;
*\.zsh) zsh "$file" ;;
*\.ly) lilypond "$file" ;;
*) sed 1q "$file" | grep "^#!/" | sed "s/^#!//" | xargs -r -I % "$file" ;;
esac