mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 21:37:17 +00:00
13 lines
468 B
Markdown
13 lines
468 B
Markdown
# Language Fixtures
|
|
|
|
Manual verification checklist:
|
|
|
|
1. Open each file in the app.
|
|
2. Confirm the language picker switches to the expected language:
|
|
- `.env.sample` -> Dotenv
|
|
- `schema.proto` -> Proto
|
|
- `schema.graphql` -> GraphQL
|
|
- `index.rst` -> reStructuredText
|
|
- `nginx.conf` -> Nginx
|
|
3. Confirm syntax highlighting shows keywords, strings, and comments where applicable.
|
|
4. Paste each file's contents into a new tab and confirm the picker updates.
|