chroma/lexers/testdata/bicep/bicep-parameter-decoration.actual

4 lines
148 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
@description('The name of the instance.')
param name string
@sys.description('The description of the instance to display.')
param description string