Ogone icon indicating copy to clipboard operation
Ogone copied to clipboard

[FEAT] Syntax High Lighting for major IDEs

Open SRNV opened this issue 5 years ago • 0 comments

O3 syntax High-Lighting

  • [ ] Type checking
    • [ ] in props
    • [x] in proto
  • [ ] SH can high light:
    • [x] default
    • [x] case
    • [x] def
    • [x] before-each
    • [x] declare
    • [ ] custom elements
      • [x] proto
      • [ ] test
    • [x] use @/
    • [x] require props
    • [x] imports
  • [x] no syntax-error on the following global Objects:
    • [x] Refs
    • [x] Async
    • [x] Store
    • [x] Proto (...)
  • [ ] supports for major IDE
    • [x] VS Code
    • [ ] Atom
    • [ ] Sublime Text
    • [ ] Webstorm

Otone, the Vs Code Syntax Highlighter is made in Text Mate Language

linked to #14

SRNV avatar Jun 30 '20 08:06 SRNV