File: highlight.m4.html

package info (click to toggle)
kf6-syntax-highlighting 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 47,568 kB
  • sloc: xml: 197,750; cpp: 12,850; python: 3,023; sh: 955; perl: 546; ruby: 488; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; erlang: 54; sql: 51; java: 47; objc: 37; awk: 31; asm: 30; tcl: 29; fortran: 18; cs: 10
file content (29 lines) | stat: -rw-r--r-- 2,809 bytes parent folder | download
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
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>highlight.m4</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (GNU M4) - Theme (Breeze Light)"/>
</head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
<span style="font-weight:bold">changequote</span><span style="color:#924c9d">(</span>[<span style="color:#924c9d">,</span>]<span style="color:#924c9d">)</span><span style="font-weight:bold">dnl</span>
<span style="font-weight:bold">define</span><span style="color:#924c9d">(</span>[gl_STRING_MODULE_INDICATOR]<span style="color:#924c9d">,</span>
  [
    <span style="font-weight:bold">dnl</span> comment
    GNULIB_]<span style="font-weight:bold">translit</span><span style="color:#924c9d">(</span>[<span style="color:#924c9d">$1</span>]<span style="color:#924c9d">,</span>[a<span style="color:#924c9d">-</span>z]<span style="color:#924c9d">,</span>[A<span style="color:#924c9d">-</span>Z]<span style="color:#924c9d">)</span>[<span style="color:#924c9d">=</span><span style="color:#b08000">1</span>
  ]<span style="color:#924c9d">)</span><span style="font-weight:bold">dnl</span>
  gl_STRING_MODULE_INDICATOR<span style="color:#924c9d">(</span>[strcase]<span style="color:#924c9d">)</span>

<span style="font-weight:bold">divert</span><span style="color:#924c9d">(</span><span style="color:#b08000">1</span><span style="color:#924c9d">)</span><span style="font-weight:bold">dnl</span>
<span style="font-weight:bold">dnl</span>
<span style="font-weight:bold">dnl</span> The <span style="font-weight:bold">dnl</span> macro causes m4 to discard the rest of the line<span style="color:#924c9d">,</span> thus
<span style="font-weight:bold">dnl</span> preventing unwanted blank lines from appearing in the output.
<span style="font-weight:bold">dnl</span>
H2<span style="color:#924c9d">(</span>First Section<span style="color:#924c9d">)</span>
H2<span style="color:#924c9d">(</span>Second Section<span style="color:#924c9d">)</span>
H2<span style="color:#924c9d">(</span>Conclusion<span style="color:#924c9d">)</span>
<span style="font-weight:bold">dnl</span>
<span style="font-weight:bold">divert</span><span style="color:#924c9d">(</span><span style="color:#b08000">0</span><span style="color:#924c9d">)</span><span style="font-weight:bold">dnl</span>
<span style="font-weight:bold">dnl</span>
<span style="color:#924c9d">&lt;</span>HTML<span style="color:#924c9d">></span>
<span style="font-weight:bold">undivert</span><span style="color:#924c9d">(</span><span style="color:#b08000">1</span><span style="color:#924c9d">)</span><span style="font-weight:bold">dnl</span> One of the queues is being pushed to output.
<span style="color:#924c9d">&lt;/</span>HTML<span style="color:#924c9d">></span>
</pre></body></html>