JS: Use 'ql' language for markdown snippets

This commit is contained in:
Asger F
2022-05-19 08:47:31 +02:00
parent f80f8b6630
commit bc601261ed

View File

@@ -31,7 +31,7 @@ module API {
* 3. Map the resulting API graph nodes to data-flow nodes, using `getASource` or `getASink`.
*
* For example, a simplified way to get arguments to `underscore.extend` would be
* ```codeql
* ```ql
* API::moduleImport("underscore").getMember("extend").getParameter(0).getASink()
* ```
*