Neon-Vision-Editor/samples/language-fixtures
2026-02-08 23:41:39 +01:00
..
.env.sample Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00
index.rst Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00
nginx.conf Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00
README.md Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00
schema.graphql Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00
schema.proto Add new language support and fixtures (v0.4.3-beta) 2026-02-08 23:41:39 +01:00

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.