...

Text file src/github.com/alecthomas/chroma/lexers/testdata/go-text-template.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1{{/*
     2  This is a multiline comment
     3*/}}
     4
     5{{ $myVar := 2 }}
     6{{ $myVar = 4 }}
     7
     8{{ range $idx, $value := $variable }}
     9Hello {{ $idx }}
    10{{ end }}
    11
    12{{ $ }}

View as plain text