inweb-bootstrap/Languages/Perl.ildf

20 lines
481 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: #
String Literal: "
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-04 13:15:50 +00:00
Line Marker: #line %d "%f"\n