docs: update testing, single file comp, and syntax highlight (#1109)

This commit is contained in:
Juro Oravec 2025-04-08 14:32:23 +02:00 committed by GitHub
parent b6994e9ad3
commit 9ede779fa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 232 additions and 146 deletions

View file

@ -72,7 +72,7 @@ class Calendar(Component):
!!! note
If you "inline" the HTML, JS and CSS code into the Python class, you can set up
[syntax highlighting](../../guides/setup/syntax_highlight) for better experience.
[syntax highlighting](../../concepts/fundamentals/single_file_components#syntax-highlighting) for better experience.
However, autocompletion / intellisense does not work with syntax highlighting.
We'll start by creating a component that defines only a Django template: