html 파일에서는 tab으로 emmet 기능이 확장이 잘 되었는데 jsp나 php 같은 곳에서는 tab키로 확장이 되지 않았다.
jsp나 php 파일에서도 쓸 수 있도록 옵션을 추가해주어야 한다.
1. setting -> keybindings 에서 your keymap file 클릭
2. keymap.cson 에 내용 추가
#해당 내용
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# emmet tab jsp | |
'atom-text-editor[data-grammar~="jsp"]:not([mini])': | |
'tab': 'emmet:expand-abbreviation-with-tab' | |
# emmet tab php | |
'atom-text-editor[data-grammar~="php"]:not([mini])': | |
'tab': 'emmet:expand-abbreviation-with-tab' |
'Tool > Atom' 카테고리의 다른 글
Atom Package List (0) | 2016.12.04 |
---|---|
Atom 단축키 변경하기 (0) | 2016.12.03 |
트랙백을 확인할 수 있습니다
URL을 배껴둬서 트랙백을 보낼 수 있습니다