...

Text file src/github.com/alecthomas/chroma/lexers/testdata/vbnet.actual

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

     1Imports System
     2
     3Public Module Hello
     4   Public Sub Main(  )
     5      Console.WriteLine("hello, world")
     6   End Sub
     7End Module

View as plain text