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

Add Glimmer language #6556

Closed
wants to merge 9 commits into from
Closed

Add Glimmer language #6556

wants to merge 9 commits into from

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d01db48 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. chore: add vsc-ember-syntax grammer

    script/add-grammar https://github.com/lifeart/vsc-ember-syntax
    
    Note: I removed `text.html.handlebars` from the `vsc-ember-syntax` in grammars.yml to (hopefully) avoid conficting with the existing Handlebars syntax which is also provided by `vsc-ember-syntax`.
    gilest committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    22bd9e2 View commit details
    Browse the repository at this point in the history
  2. chore: add Glimmer samples

    gilest committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c45a58e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08c018 View commit details
    Browse the repository at this point in the history
  4. chore: added a naive heuristic to disambiguate .gts files between Ger…

    …ber Image and Glimmer languages
    gilest committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    555c882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ab0d9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daec167 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    9a525d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. revert: correct vendor readme entry for Glimmer

    Because otherwise it fails the TestGrammars#test_readme_file_is_in_sync test.
    
    Not sure why this URL is considered not in sync. Maybe because of `ace_mode: javascript`?
    gilest committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    86e12f7 View commit details
    Browse the repository at this point in the history