Add pug language

pull/13435/head
Spenser Black 2025-04-26 13:55:00 -04:00
parent 0815b52e09
commit 344d9dcfb4
No known key found for this signature in database
GPG Key ID: BDB28F2DEF33DF5F
1 changed files with 11 additions and 0 deletions

View File

@ -4313,3 +4313,14 @@ comment-tokens = "#"
[[grammar]]
name = "debian"
source = { git = "https://gitlab.com/MggMuggins/tree-sitter-debian", rev = "9b3f4b78c45aab8a2f25a5f9e7bbc00995bc3dde" }
[[language]]
name = "pug"
scope = "source.pug"
file-types = ["pug"]
comment-tokens = ["//", "//-"]
indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "pug"
source = { git = "https://github.com/codepen/tree-sitter-pug", rev = "60a463fd725afd034045496b9018fa4a081469fd" }