diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-06-22 17:04:33 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-23 20:03:17 +0000 |
commit | bb2fa45b4e8d9e1f1e3d0842e3663ee41a109624 (patch) | |
tree | 7cd44852ccb485cbb70040635d4696fc86ed163c /server/sonar-web/design-system/package.json | |
parent | 92a86d4caf583a8778d2355d4bc11080f9edb093 (diff) | |
download | sonarqube-bb2fa45b4e8d9e1f1e3d0842e3663ee41a109624.tar.gz sonarqube-bb2fa45b4e8d9e1f1e3d0842e3663ee41a109624.zip |
SONAR-19638 Add syntax highlighting to code snippets in rule details
Diffstat (limited to 'server/sonar-web/design-system/package.json')
-rw-r--r-- | server/sonar-web/design-system/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/package.json b/server/sonar-web/design-system/package.json index 2ca10017669..3d8cf39ac87 100644 --- a/server/sonar-web/design-system/package.json +++ b/server/sonar-web/design-system/package.json @@ -35,6 +35,9 @@ "eslint-plugin-local-rules": "1.3.2", "eslint-plugin-typescript-sort-keys": "2.3.0", "highlight.js": "11.7.0", + "highlightjs-apex": "1.2.0", + "highlightjs-cobol": "0.3.3", + "highlightjs-sap-abap": "0.2.0", "history": "5.3.0", "jest": "29.5.0", "postcss": "8.4.21", |