mirror of https://github.com/helix-editor/helix
Add pug language
parent
0815b52e09
commit
344d9dcfb4
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue