* 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
45 lines
1.1 KiB
Text
Generated
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
|