File: sh.tld

package info (click to toggle)
the 3.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,452 kB
  • ctags: 5,268
  • sloc: ansic: 63,118; sh: 2,399; makefile: 444
file content (45 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*
* This file contains the THE Language Definition for C/C++
* It is based heavily on Kedit's KLD file format.
*
* Name = *SH
*
:case
  respect
:string
  single backslash
  double backslash
:identifier
  [a-zA-Z_] [a-zA-Z0-9_]
:comment
  line # any
:header
  line #! column 1
:keyword
  break alt 4
  case
  cd alt 4
  continue alt 4
  do
  done
  echo alt 4
  elif
  else
  esac
  eval alt 4
  exec alt 4
  exit alt 4
  export alt 4
  fi
  for
  getopts alt 4
  if
  in
  set alt 4
  shift alt 4
  test alt 4
  then
  trap alt 4
  unset alt 4
  until
  while