feat: environment variable syntax highlighting

This commit is contained in:
Anoop M D
2023-01-21 18:12:34 +05:30
parent d3d1e47950
commit d165a04377
6 changed files with 246 additions and 3 deletions

View File

@@ -24,7 +24,18 @@ const StyledWrapper = styled.div`
font-family: Inter, sans-serif !important;
font-weight: 400;
}
}
}
.tooltip {
position: absolute;
top: 0;
left: 0;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px;
font-size: 12px;
z-index: 100;
}
.cm-variable-valid{color: green}