Skip to content
Snippets Groups Projects
Commit dab59d5c authored by CppCXY's avatar CppCXY
Browse files

support c like comments

parent bd89d294
No related branches found
No related tags found
No related merge requests found
Subproject commit 7b94e88206d9a6a1f0281a9338e1b264a810e7e3
Subproject commit ebcd76a256ad5b36b9645ae89ca17360bafbdc2a
......@@ -82,6 +82,11 @@ function m.updateNonStandardSymbols(symbols)
return
end
for _, symbol in ipairs(symbols) do
if symbol == "//" then
codeFormat.set_clike_comments_symbol()
end
end
codeFormat.set_nonstandard_symbol()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment