This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/procfile/Procfile
sblondon 5f976c2145
Add procfile lexer (#1808)
* add Procfile Lexer

* add unit tests for ProcfileLexer

* add Procfile lexer author

* Document Procfile as supported language

* add Procfile.output file

* merge Profile files; update output file

* Add versionadded info

* Fix typo (processus -> processes)

* detect Integer only

* split Text from Whitespace
2021-06-20 11:56:29 +02:00

3 lines
No EOL
128 B
Text

db: runzeo -C zeoserver.config
web: bundle exec rails server -p $PORT
stuff: env FLASK_ENV=development run -p 9 --stuff 'foobar'