feat: Comment resolving (#7115)

This commit is contained in:
Tom Moor
2024-07-02 06:55:16 -04:00
committed by GitHub
parent f34557337d
commit 117c4f5009
38 changed files with 1126 additions and 291 deletions

View File

@@ -2,6 +2,10 @@
* Class names and values used by the editor.
*/
export class EditorStyleHelper {
// Comments
static readonly comment = "comment-marker";
// Tables
/** Table wrapper */
@@ -34,6 +38,8 @@ export class EditorStyleHelper {
/** Shadow on the left side of the table */
static readonly tableShadowLeft = "table-shadow-left";
// Global
/** Minimum padding around editor */
static readonly padding = 32;