nvim: compiler updated for lua

master
tiyn 1 year ago
parent 6b78c80639
commit df7a259d62

@ -39,7 +39,7 @@ case "$file" in
*\.nim) nim c -r -d:noColors "$file" ;;
*\.py) python "$file" ;;
*\.go) go run "$file" ;;
*\.lua) lua "$file" ;;
*\.sent) setsid sent "$file" 2>/dev/null & ;;
*) sed 1q "$file" | grep "^#!/" | sed "s/^#!//" | xargs -r -I % "$file" ;;
esac

Loading…
Cancel
Save