Skip to content

Commit

Permalink
feat: add django-template-lsp support (#6153)
Browse files Browse the repository at this point in the history
Co-authored-by: William Boman <[email protected]>
  • Loading branch information
rubenhesselink and williamboman authored Dec 20, 2024
1 parent 04f360f commit 619a3be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/django-template-lsp/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: django-template-lsp
description: A language server for Django templates.
homepage: https://github.com/fourdigits/django-template-lsp
licenses:
- GPL-3.0
languages:
- Python
- Django
- HTML
categories:
- LSP

source:
id: pkg:pypi/[email protected]

bin:
djlsp: pypi:django-template-lsp

0 comments on commit 619a3be

Please sign in to comment.