summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.5.2/lib/rouge/demos/augeas
blob: 8f0ab0c4292cd277999ce024fc8d8a16b35c9c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(*
  This is a comment
*)
module Foo =
autoload xfm

let a = b | c . d

let lns = a*

let filter = incl "/path/to/file"
           . incl "/path/to/other_file"
           . Util.stdexcl

(* xmf is the transform *)
let xmf = transform lns filter