akalongman / akalongman/sublimetext-codeformatter
blade templete inside html tag
Open
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Im using sublime text 3103, codeformatter 3.2.1, and blade file :
``` html
id, $valueModule->module_id, $functioName) !!} >
```
ctrl+alt+f, and result is :
``` html
id, $valueModule->module_id, $functioName) !!}
>
```
Contributor guide
Assessment
This issue has not been assessed yet.