mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
1fb4e72ab4
2 changed files with 29 additions and 0 deletions
BIN
NeonVision Editor.png
Normal file
BIN
NeonVision Editor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 439 KiB |
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Neon Vision Editor
|
||||
|
||||
<p align="center">
|
||||
<img src="NeonVision%20Editor.png" alt="NeonVision Editor Logo" width="200"/>
|
||||
</p>
|
||||
|
||||
## About
|
||||
|
||||
MacOS 26 App (currently beta).
|
||||
|
||||
NeonVision Editor is a lightweight and modern text editor built for speed and simplicity.
|
||||
It provides instant syntax highlighting for a wide range of standard programming languages, making it easy to quickly inspect, edit, or prototype code.
|
||||
|
||||
Designed with developers in mind, NeonVision Editor offers a distraction-free interface that emphasizes performance and readability.
|
||||
Whether you need to open large files, preview code snippets, or perform quick edits, it delivers a streamlined workflow without unnecessary overhead.
|
||||
|
||||
### Key Highlights
|
||||
- ⚡ **Fast loading** even with large code files
|
||||
- 🎨 **Syntax highlighting** for common programming languages (Python, C, C++, JavaScript, HTML, CSS, and more)
|
||||
- 🖋️ **Minimal design** focused on readability and ease of use
|
||||
- 🧩 **Lightweight footprint** – runs smoothly without draining resources
|
||||
- 🖥️ Optimized for **macOS 26 (Tahoe)**
|
||||
|
||||
## Installation
|
||||
|
||||
Clone this repository and open the project:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/your-username/neon-vision-editor.git
|
||||
Loading…
Reference in a new issue