...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-parameter-decoration.actual

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

     1@description('The name of the instance.')
     2param name string
     3@sys.description('The description of the instance to display.')
     4param description string

View as plain text