]> source.dussan.org Git - sonarqube.git/commit
SONAR-19638 Add syntax highlighting to code snippets in rule details
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Thu, 22 Jun 2023 15:04:33 +0000 (17:04 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 23 Jun 2023 20:03:17 +0000 (20:03 +0000)
commitbb2fa45b4e8d9e1f1e3d0842e3663ee41a109624
tree7cd44852ccb485cbb70040635d4696fc86ed163c
parent92a86d4caf583a8778d2355d4bc11080f9edb093
SONAR-19638 Add syntax highlighting to code snippets in rule details
24 files changed:
server/sonar-web/design-system/package.json
server/sonar-web/design-system/src/@types/highlightjs-apex.d.ts [new file with mode: 0644]
server/sonar-web/design-system/src/@types/highlightjs-sap-abap.d.ts [new file with mode: 0644]
server/sonar-web/design-system/src/components/CodeSnippet.tsx [deleted file]
server/sonar-web/design-system/src/components/CodeSyntaxHighlighter.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/Highlighter.tsx [deleted file]
server/sonar-web/design-system/src/components/__tests__/CodeSnippet-test.tsx [deleted file]
server/sonar-web/design-system/src/components/__tests__/CodeSyntaxHighlighter-test.tsx [new file with mode: 0644]
server/sonar-web/design-system/src/components/__tests__/Highlighter-test.tsx [deleted file]
server/sonar-web/design-system/src/components/__tests__/__snapshots__/CodeSnippet-test.tsx.snap [deleted file]
server/sonar-web/design-system/src/components/__tests__/__snapshots__/Highlighter-test.tsx.snap [deleted file]
server/sonar-web/design-system/src/components/index.ts
server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetailsDescription.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerTabs.tsx
server/sonar-web/src/main/js/components/common/__tests__/AnalysisWarningsModal-test.tsx
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/AnalysisWarningsModal-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/components/rules/IssueTabViewer.tsx
server/sonar-web/src/main/js/components/rules/MoreInfoRuleDescription.tsx
server/sonar-web/src/main/js/components/rules/RuleDescription.tsx
server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx
server/sonar-web/src/main/js/helpers/mocks/tasks.ts
server/sonar-web/yarn.lock