More tokens for comment brackets
-
Is it possible to have in defined language more tokens defining comment brackets?
In langs.xml there are commentStart and commentEnd entries but can i have more pairs for given language? For example (* and *), and { }? -
@Zygmunt-Dreszer
You can use the UDL’s delimiter styles to do that. Use(*
for Open and*)
for Close, for example.