Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Editor Style Changes #1519

Merged
merged 6 commits into from
Nov 19, 2024
Merged

Multiple Editor Style Changes #1519

merged 6 commits into from
Nov 19, 2024

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented Nov 19, 2024

  • Updated monokai style so the default text is white instead of orange
  • Added per language keyword config
  • Altered indent rule for something simpler: it just indent based on the previous line indent level.

Comment on lines 297 to 298
metastoreId: 1,
language,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you help to update the hardcoded metastoreId above as well? thanks!

@@ -293,6 +295,7 @@ export const QueryEditor: React.FC<
useHoverTooltipExtension({
codeAnalysisRef,
metastoreId: 1,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
metastoreId: 1,
metastoreId,

@czgu czgu merged commit 1f71ccb into pinterest:master Nov 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants