diff options
| author | Tim Hatch <tim@timhatch.com> | 2012-10-06 18:04:46 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2012-10-06 18:04:46 -0700 |
| commit | 45e4d8e91c7ad29af745a82182f173bd096fc612 (patch) | |
| tree | 19a454a8bac3f2491fab9f4db4d932602333587c /tests/examplefiles/example.rpf | |
| parent | acffe8266de71a1f5ac89d986763ef57f3f4cb9d (diff) | |
| download | pygments-45e4d8e91c7ad29af745a82182f173bd096fc612.tar.gz | |
Example files for new lexers (rpf and sp)
Diffstat (limited to 'tests/examplefiles/example.rpf')
| -rw-r--r-- | tests/examplefiles/example.rpf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/examplefiles/example.rpf b/tests/examplefiles/example.rpf new file mode 100644 index 00000000..162b5ed3 --- /dev/null +++ b/tests/examplefiles/example.rpf @@ -0,0 +1,4 @@ +declare xyz true +declare s "some string" +i = 2 +f = 0.2 |
