use types for others

This commit is contained in:
Adam Johnson 2022-07-05 17:06:50 +01:00 committed by GitHub
parent 311fd36bc8
commit e5f031642a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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