Skip to content

Commit 70068c2

Browse files
Add Notepad++ Bicep Syntax Highlighting Information (#16506)
Add Notepad++ Bicep Syntax Highlighting User Defined Language (UDL) link. This documentation is only available on GitHub and not on the learn website so I'm only updating it in this repo. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16506)
1 parent 672528e commit 70068c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/highlighting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,7 @@ npx http-server ./src/monarch/test/baselines
9090
```
9191

9292
## Prism.js
93-
Bicep has a community-contributed [Prism.JS](https://prismjs.com/) highlighter available [here](https://github.com/PrismJS/prism/blob/master/components/prism-bicep.js).
93+
Bicep has a community-contributed [Prism.JS](https://prismjs.com/) highlighter available [here](https://github.com/PrismJS/prism/blob/master/components/prism-bicep.js).
94+
95+
## Notepad++
96+
A community-contributed User Defined Language (UDL) file for Bicep syntax highlighting in [Notepad++](https://notepad-plus-plus.org/) is available [here](https://github.com/richardsondev/azure-bicep-udl).

0 commit comments

Comments
 (0)