Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

emmet not working in Atom. #16

Open
leili2017 opened this issue Apr 17, 2017 · 2 comments
Open

emmet not working in Atom. #16

leili2017 opened this issue Apr 17, 2017 · 2 comments

Comments

@leili2017
Copy link

I have atom-language-marko and emmet plugins installed in Atom. Emmet is not working on files with .marko extension. I noticed that there was an emmet issue in the past and got fixed. But it's not working now.

@joshrio
Copy link

joshrio commented Jun 7, 2017

+1

@joshrio
Copy link

joshrio commented Jun 7, 2017

Solved this by going to Atom > Keymap and adding this to the file.

'atom-text-editor[data-grammar~="marko"]:not([mini])':
    'tab': 'emmet:expand-abbreviation-with-tab'

In this link, marko-js/marko#114, it mentions adding code to the snippets.json file. I couldn't actually find snippets.json anywhere, so I haven't added that code and I have it working for me in Atom 1.17.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants