fix(go): enable markdown injections in function doc comments (#14230)

This commit is contained in:
Artyom Vasich
2025-08-15 17:30:42 +04:00
committed by GitHub
parent 6b93c77033
commit 9e3b510dc7

View File

@@ -13,6 +13,7 @@
(comment) @injection.content . (comment)* . [
(package_clause) ; `package`
(type_declaration) ; `type`
(function_declaration) ; `func`
(method_declaration) ; `func`
(var_declaration) ; `var`
(const_declaration) ; `const`