chroma/lexers/testdata/bicep/bicep-parameter-decoration.actual
2025-03-22 20:46:00 +13:00

4 lines
No EOL
148 B
Text

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