aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/sonar-aligned/index.ts
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2024-07-23 16:59:24 +0200
committersonartech <sonartech@sonarsource.com>2024-08-13 20:02:46 +0000
commit294afa38afda74f98f15f1edca798c67322502b8 (patch)
treec809418be7fe8ac106cb5e760939d4c7d3cd0fc4 /server/sonar-web/design-system/src/sonar-aligned/index.ts
parent9dcda2987391f2cf2d5370e96202e9f6b07879b6 (diff)
downloadsonarqube-294afa38afda74f98f15f1edca798c67322502b8.tar.gz
sonarqube-294afa38afda74f98f15f1edca798c67322502b8.zip
SONAR-22494 Create a highlight.js plugin to underline issues in code snippets
SONAR-22495 Fix tokens not being replaced by underlines in some cases & SONAR-22492 Fix underlining being shifted when the line contains double quotes (#11425) SONAR-22495 Support underlining multiple issues in the same code snippet SONAR-22643 Allow to simultaneously use the HLJS Underline and Issue Indicator plugin
Diffstat (limited to 'server/sonar-web/design-system/src/sonar-aligned/index.ts')
-rw-r--r--server/sonar-web/design-system/src/sonar-aligned/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/sonar-aligned/index.ts b/server/sonar-web/design-system/src/sonar-aligned/index.ts
index 380e82087fb..2a116ed0d06 100644
--- a/server/sonar-web/design-system/src/sonar-aligned/index.ts
+++ b/server/sonar-web/design-system/src/sonar-aligned/index.ts
@@ -20,4 +20,5 @@
export * from './components';
export * from './helpers';
+export * from './hljs';
export * from './types';