File: plperl.lang

package info (click to toggle)
highlight 3.9-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,064 kB
  • sloc: cpp: 19,603; php: 615; makefile: 321; python: 276; ansic: 176; perl: 109; sh: 3
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
-- Load PL/SQL definition
dofile(HL_LANG_DIR.."sql.lang")

Description="PL/Perl"

NestedSections = {
  { Lang="perl", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } },
}