inweb-bootstrap/Languages/Perl.ildf

20 lines
514 B
Text
Raw Normal View History

Name: "Perl"
Details: "The scripting language Perl 5"
Extension: ".pl"
Line Comment: "#"
2020-04-06 11:26:10 +00:00
String Literal: "\""
String Literal Escape: "\\"
Character Literal: "'"
Character Literal Escape: "\\"
2020-04-04 12:07:08 +00:00
Shebang: "#!/usr/bin/perl\n\n"
Before Named Paragraph Expansion: "\n{\n"
After Named Paragraph Expansion: "}\n"
Start Definition: "%S ="
End Definition: "\n;\n"
2020-04-04 12:07:08 +00:00
# In its usual zany way, Perl recognises the same #line syntax as C, thus in
# principle overloading its comment notation #:
2020-04-06 11:26:10 +00:00
Line Marker: "#line %d \"%f\"\n"