mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
use types for others
This commit is contained in:
parent
311fd36bc8
commit
e5f031642a
1 changed files with 4 additions and 4 deletions
|
|
@ -7,23 +7,23 @@
|
||||||
- id: djlint-jinja
|
- id: djlint-jinja
|
||||||
name: djLint for Jinja
|
name: djLint for Jinja
|
||||||
entry: djlint --profile=jinja
|
entry: djlint --profile=jinja
|
||||||
files: "\\.j2$"
|
types_or: [jinja]
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
- id: djlint-nunjucks
|
- id: djlint-nunjucks
|
||||||
name: djLint for Nunjucks
|
name: djLint for Nunjucks
|
||||||
entry: djlint --profile=nunjucks
|
entry: djlint --profile=nunjucks
|
||||||
files: "\\.njk$"
|
types_or: [nunjucks]
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
- id: djlint-handlebars
|
- id: djlint-handlebars
|
||||||
name: djLint for Handlebars/Mustache
|
name: djLint for Handlebars/Mustache
|
||||||
entry: djlint --profile=handlebars
|
entry: djlint --profile=handlebars
|
||||||
files: "\\.hbs"
|
types_or: [handlebars]
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
- id: djlint-golang
|
- id: djlint-golang
|
||||||
name: djLint for Golang templates
|
name: djLint for Golang templates
|
||||||
entry: djlint --profile=golang
|
entry: djlint --profile=golang
|
||||||
files: "\\.tmpl"
|
types_or: [gotmpl]
|
||||||
language: python
|
language: python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue