---
title: "Using the CodeBlockLowlight extension in Tiptap"
description: "Learn how to create code blocks with syntax highlighting with Tiptap with an easy example. More in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/advanced/syntax-highlighting"
---

# Using the CodeBlockLowlight extension in Tiptap

Learn how to create code blocks with syntax highlighting with Tiptap with an easy example. More in our docs!

Tiptap supports syntax highlighting in code blocks. This example shows you how to create a text editor with syntax highlighting using Tiptap & the CodeBlockLowlight extension.

> **Interactive demo:** [CodeBlockLanguage](https://embed.tiptap.dev/preview/Examples/CodeBlockLanguage)
