File: SLang.ssh

package info (click to toggle)
jed-extra 2.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,972 kB
  • ctags: 2,490
  • sloc: makefile: 75; ruby: 43; sed: 38; sh: 31
file content (53 lines) | stat: -rw-r--r-- 1,777 bytes parent folder | download | duplicates (8)
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
46
47
48
49
50
51
52
53
# SLANG.ssh --- Sheet definitions for SLANG scripts
# This style sheet is based on stylesheets provided by Edward Arthur, Akim Demaille, Miguel Santana
# Copyright (c) 1999 Edward Arthur, Akim Demaille, Miguel Santana
#

#
# This file is not part of a2ps.
# It is automatically created from within jed using functions in a2psmode.sl.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

## 1.0 Thomas Koeckritz
# Initial implementation.

style SLANG is

written by "Thomas Koeckritz"
version is 1.0
requires a2ps version 4.9.7

   

documentation is
   "This style is devoted to the SLANG language."
It has been automatically created from within jed.
end documentation

alphabets are
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0"
case sensitive

keywords in Keyword_strong are
do,if,or,and,chs,for,mod,not,pop,shl,shr,sqr,xor,NULL,_for,"case",else,exch,loop,mul2,sign,__tmp,break,using,while,define,orelse,public,return,static,struct,switch,andelse,foreach,forever,private,typedef,continue,variable,EXIT_BLOCK,ERROR_BLOCK,EXECUTE_ERROR_BLOCK
end keywords

sequences are
"%" Comment 
end sequences

end style