From d140bd8740b68161d44fb0e5b039b3dde204f6b9 Mon Sep 17 00:00:00 2001 From: ignace Date: Tue, 19 Dec 2023 20:19:37 +0100 Subject: [PATCH 1/2] docs: use gjs as language for syntax highlighting --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a421e7..d92d6a9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ember-template-imports This addon provides the build tooling required to support Ember's next-gen component authoring format: -```js +```gjs import { on } from '@ember/modifier'; import FancyButton from './fancy-button'; @@ -143,7 +143,7 @@ syntax, templates are defined in JavaScript files directly. This example defines a template-only component, which is the default export of `hello.gjs`: -```js +```gjs // components/hello.gjs