diff options
| author | PHO <pho@cielonegro.org> | 2016-01-25 12:45:05 +0900 |
|---|---|---|
| committer | PHO <pho@cielonegro.org> | 2016-01-25 12:45:05 +0900 |
| commit | e2617210227fd5e93638294fb1a2f0cc22acfb7f (patch) | |
| tree | f34544d9ebc0fbacafb7cef864487df5ce9f9370 /tests/examplefiles/test.escript | |
| parent | e5b03dddcfa965846639a1a9adff0df492ab59bb (diff) | |
| download | pygments-e2617210227fd5e93638294fb1a2f0cc22acfb7f.tar.gz | |
Erlang lexer: Support escript shebang
Diffstat (limited to 'tests/examplefiles/test.escript')
| -rw-r--r-- | tests/examplefiles/test.escript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/examplefiles/test.escript b/tests/examplefiles/test.escript new file mode 100644 index 00000000..3fafb803 --- /dev/null +++ b/tests/examplefiles/test.escript @@ -0,0 +1,4 @@ +#!/usr/bin/env escript + +main(_Args) -> + ok. |
