We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a7664 + 123cafa commit 8172cf7Copy full SHA for 8172cf7
syntax/bicep.vim
@@ -49,7 +49,7 @@ syn keyword bicepValueNull null
49
syn match bicepValueDec /\<[0-9]\+\([kKmMgG]b\?\)\?\>/
50
51
syn region bicepValueString start=/'/ skip=/\\\\\|\\'/ end=/'/ contains=bicepStringInterp,bicepEscape
52
-syn region bicepStringInterp start=/${/ end=/}/ contained
+syn region bicepStringInterp start=/${/ end=/}/ contained contains=bicepValueString
53
syn match bicepEscape /\\n/ contained
54
syn match bicepEscape /\\r/ contained
55
0 commit comments