Rename node p to pipe.

Otherwise, conflicts with p for paragraph in html with default settings.
This commit is contained in:
Ciro Santilli 2014-08-29 13:31:14 +02:00
parent 66df4bf08f
commit 285d781979

View File

@ -29,7 +29,7 @@ snippet net
});
}).listen(${4:8124});
# Stream snippets
snippet p
snippet pipe
pipe(${1:stream})${2}
# Express snippets
snippet eget