Open leili2017 opened 7 years ago
+1
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, https://github.com/marko-js/marko/issues/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.
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.