Torsten Zuehlsdorff
2014-12-09 14:47:14 UTC
Hello,
i want to execute a shell-command and uses its result for further
processing. How can i do this?
My core idea is a better highlighting for PHP. PHP has the function
token_get_all() which tokenize a PHP-script. I want to execute a
PHP-Script on the file of the current visible buffer, get the list of
tokens and use this list for highlighting and indentation.
Anyone an idea how to achieve this?
Thanks and Greetings from Germany,
Torsten
i want to execute a shell-command and uses its result for further
processing. How can i do this?
My core idea is a better highlighting for PHP. PHP has the function
token_get_all() which tokenize a PHP-script. I want to execute a
PHP-Script on the file of the current visible buffer, get the list of
tokens and use this list for highlighting and indentation.
Anyone an idea how to achieve this?
Thanks and Greetings from Germany,
Torsten