2016-07-01

【程式】Laravel : atom-beautify 套件,設定支援 .blade.php Templates

因為 Atom-beauty 套件,在 html 的部份。
預設只支援 .html。
這樣 xxx.blade.php 就沒有作用了。

找到的解決方式如下,
編輯 ~/.atom/packages/atom-beautify/src/languages/html.coffee
或是直接從 Atom-beauty 套件的 view code 去找到 html.coffee
  ###
  Supported Grammars
  ###
  grammars: [
    "HTML",
    "Blade"
  ]

  ###
  Supported extensions
  ###
  extensions: [
    "html",
    "blade.php"
  ]
只要在 grammars 加上 Blade 還有 extensions 加上 php
然後重開 Atom ,就可以搞定了。

Atom-beauty 真是必裝呀,裡面還有支援好多的語言~ 真是好用。

0 comments:

張貼留言