C#: Enable syntax highlighting in QLDoc snippets

This commit is contained in:
Tom Hvitved
2020-06-23 16:49:31 +02:00
parent 843c5c6c1e
commit 652de80fa5
54 changed files with 442 additions and 439 deletions

View File

@@ -20,7 +20,7 @@ import semmle.code.csharp.frameworks.system.Web
*/
predicate hasWebConfigXFrameOptions(WebConfigXML webConfig) {
// Looking for an entry in `webConfig` that looks like this:
// ```
// ```xml
// <system.webServer>
// <httpProtocol>
// <customHeaders>