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.output
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

45 lines
1.1 KiB
Text
Generated

'db' Name.Label
':' Punctuation
' ' Text.Whitespace
'runzeo' Text
' ' Text.Whitespace
'-C' Text
' ' Text.Whitespace
'zeoserver.config' Text
'\n' Text.Whitespace
'web' Name.Label
':' Punctuation
' ' Text.Whitespace
'bundle' Text
' ' Text.Whitespace
'exec' Text
' ' Text.Whitespace
'rails' Text
' ' Text.Whitespace
'server' Text
' ' Text.Whitespace
'-p' Text
' ' Text.Whitespace
'$PORT' Name.Variable
'\n' Text.Whitespace
'stuff' Name.Label
':' Punctuation
' ' Text.Whitespace
'env' Text
' ' Text.Whitespace
'FLASK_ENV' Name.Variable
'=' Punctuation
'development' Literal.String
' ' Text.Whitespace
'run' Text
' ' Text.Whitespace
'-p' Text
' ' Text.Whitespace
'9' Literal.Number.Integer
' ' Text.Whitespace
'--stuff' Text
' ' Text.Whitespace
"'foobar'" Literal.String
'\n' Text.Whitespace