File: test_linerange2.html

package info (click to toggle)
source-highlight 3.1.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,404 kB
  • ctags: 5,526
  • sloc: sh: 10,428; cpp: 9,884; ansic: 8,483; makefile: 1,782; lex: 1,184; yacc: 1,009; php: 213; perl: 211; awk: 98; erlang: 94; java: 73; ruby: 69; python: 61; asm: 43; ml: 38; ada: 36; haskell: 27; xml: 23; lisp: 21; cs: 11; sql: 8; tcl: 6; sed: 3
file content (30 lines) | stat: -rw-r--r-- 2,733 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
<!-- Generator: GNU source-highlight 
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><font color="#000000">00009:</font> 
<font color="#000000">00010:</font> <font color="#808080">  or type source-highlight --help for the list of options</font>
<font color="#000000">00011:</font> 
<font color="#000000">00012:</font> <i><font color="#9A1900">  written by</font></i>
<font color="#000000">00013:</font> <i><font color="#9A1900">  Lorenzo Bettini</font></i>
<font color="#000000">00014:</font> <i><font color="#9A1900">  </font></i><u><font color="#0000FF">http://www.lorenzobettini.it</font></u>
<font color="#000000">00015:</font> <i><font color="#9A1900">  </font></i><u><font color="#0000FF">http://www.gnu.org/software/src-highlite</font></u>
<font color="#000000">00016:</font> <i><font color="#9A1900">*/</font></i>
<font color="#000000">00017:</font> 
<font color="#000000">00018:</font> <b><font color="#000080">package</font></b> hello<font color="#990000">;</font>
<font color="#000000">00019:</font> 
<font color="#000000">00020:</font> <font color="#808080">import java.io.* ;</font>
<font color="#000000">00021:</font> 
<font color="#000000">00026:</font> <font color="#808080"> * &lt;/p&gt;</font>
<font color="#000000">00027:</font> <font color="#808080"> * TODO: nothing, just to show an highlighted TODO or FIXME</font>
<font color="#000000">00028:</font> <font color="#808080"> *</font>
<font color="#000000">00029:</font> <i><font color="#9A1900"> * </font></i><font color="#009900">@author</font><i><font color="#9A1900"> Lorenzo Bettini</font></i>
<font color="#000000">00030:</font> <i><font color="#9A1900"> * </font></i><font color="#009900">@version</font><i><font color="#9A1900"> 2.0</font></i>
<font color="#000000">00031:</font> <i><font color="#9A1900"> */</font></i> <i><font color="#9A1900">/// class</font></i>
<font color="#000000">00032:</font> <b><font color="#0000FF">public</font></b> <b><font color="#0000FF">class</font></b> <font color="#008080">Hello</font> <font color="#FF0000">{</font>
<font color="#000000">00033:</font>     <font color="#009900">int</font> foo <font color="#990000">=</font> <font color="#993399">1998</font> <font color="#990000">;</font>
<font color="#000000">00034:</font>     <font color="#009900">int</font> hex_foo <font color="#990000">=</font> <font color="#993399">0xCAFEBABE</font><font color="#990000">;</font>
<font color="#000000">00035:</font> <font color="#808080">    boolean b = false;</font>
<font color="#000000">00036:</font> <font color="#808080">    Integer i = null ;</font>
<font color="#000000">00037:</font> <font color="#808080">    char c = '\'', d = 'n', e = '\\' ;</font>
</tt></pre>