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

Adding Support for Additional Languages in Code Editor #582

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

SrijaVuppala295
Copy link
Contributor

πŸ› οΈ Fixes Issue

Fixes: #567

πŸ‘¨β€πŸ’» Description

This PR introduces the following updates to the code editor component:

  • Extended Language Support: Added templates and syntax highlighting for more popular coding languages including TypeScript, Ruby, PHP, Go, Swift, and Kotlin.
  • ACE Mode Configuration: Updated the ACE editor configuration to handle the new languages with correct syntax modes.
  • Language Templates: Each new language is pre-populated with a basic code template to help users get started quickly.
  • Dynamic Language Switching: Users can now easily switch between multiple programming languages in the editor with their respective templates.

This enhancement broadens the versatility of the code editor, supporting a wider range of programming environments.

πŸ“„ Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

πŸ“· Screenshots/GIFs (if any)

BEFORE:

image

AFTER:

languages.mp4

βœ… Checklist

  • I am a participant of GSSoC-ext.
  • I have followed the contribution guidelines of this project.
  • I have viewed deployment of my code.
  • My changes generate no new warnings.
  • I have made this change from my own.
  • I have taken help from some online resources.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added documentation to explain my changes.

🀝 GSSoC Participation

  • This PR is submitted under the GSSoC program.
  • I have taken prior approval for this feature/fix.

Copy link

github-actions bot commented Nov 8, 2024

Thank you for submitting your pull request! πŸ™Œ We'll review it as soon as possible. In the meantime, If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Nov 8, 2024

βœ… Deploy Preview for dfs-bfs-graph-traversal ready!

Name Link
πŸ”¨ Latest commit 537a564
πŸ” Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/672e73b0af55220008e5d00f
😎 Deploy Preview https://deploy-preview-582--dfs-bfs-graph-traversal.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sakeel-103 sakeel-103 merged commit 8e430f1 into sakeel-103:master Nov 9, 2024
5 checks passed
Copy link

github-actions bot commented Nov 9, 2024

πŸŽ‰πŸŽ‰ Thank you for your contribution! Your PR #582 has been merged! πŸŽ‰πŸŽ‰

@SrijaVuppala295
Copy link
Contributor Author

@sakeel-103 , please add level 2 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding more languages in text editor
2 participants