inweb-bootstrap/Languages/Perl.ildf

20 lines
488 B
Text
Raw Normal View History

2020-04-04 12:07:08 +00:00
Name: Perl
Details: The scripting language Perl 5
Extension: .pl
Line Comment: #
2020-04-06 11:26:10 +00:00
String Literal: "\""
2020-04-04 12:07:08 +00:00
String Literal Escape: \
Character Literal: '
Character Literal Escape: \
Shebang: #!/usr/bin/perl\n\n
2020-04-05 17:37:43 +00:00
Before Named Paragraph Expansion: \n{\n
After Named Paragraph Expansion: }\n
2020-04-04 12:07:08 +00:00
Start Definition: %S =
End Definition: \n;\n
# 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"