diff options
| author | Tim Hatch <tim@timhatch.com> | 2015-10-13 14:02:39 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2015-10-13 14:02:39 -0700 |
| commit | 7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4 (patch) | |
| tree | 59901406f5095bedbd096600b2e131c4a1b52189 /tests/examplefiles/example.mac | |
| parent | 4ed3436e685c1ce41706d0cb78d0a4c1b6ffa0ae (diff) | |
| parent | b95523e4d56ee3d409e31f377a9d4ff9f85149bd (diff) | |
| download | pygments-7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4.tar.gz | |
Merged bucaran/pygments-main (default branch, manually) (pull request #422)
Add FishShellLexer
Diffstat (limited to 'tests/examplefiles/example.mac')
| -rw-r--r-- | tests/examplefiles/example.mac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/example.mac b/tests/examplefiles/example.mac new file mode 100644 index 00000000..1c3831d1 --- /dev/null +++ b/tests/examplefiles/example.mac @@ -0,0 +1,6 @@ +* Example Easytrieve macro declaration. For an example on calling this +* macro, see example.ezt. +MACRO FILENAME PREFIX +&FILENAME. +&PREFIX.-LINE 1 80 A +&PREFIX.-KEY 1 8 A |
