Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLファイルで無効な構文をチェックする方法を知っていますか?syntasticプラグインvimプラグインでember.jsを使用していますが、混乱を招く警告が表示されます。
<script>他のHTMLタグが含まれていないため、このコードは無効です。
<script>
:help syntastic特定のファイルタイプの構文チェックを無効にする方法を示します。
:help syntastic
let g:syntastic_mode_map={ 'mode': 'active', \ 'active_filetypes': [], \ 'passive_filetypes': ['html'] }