In 4.8.1 the user define language is a bit broken: the styles are not always saved, and some styles get duplicated in userDefineLang.xml, and the keywords get duplicated (e.g. "<Keywords name="Comment">1/* 2*/ 0-- 0</Keywords>")
Also, when I try to create a SQL user define language, I can't use "-" as an operator, because this way the comments aren't recognized anymore. The built in functionality doesn't have this problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In 4.8.1 the user define language is a bit broken: the styles are not always saved, and some styles get duplicated in userDefineLang.xml, and the keywords get duplicated (e.g. "<Keywords name="Comment">1/* 2*/ 0-- 0</Keywords>")
Also, when I try to create a SQL user define language, I can't use "-" as an operator, because this way the comments aren't recognized anymore. The built in functionality doesn't have this problem.
So far, 4.8.2 seems to have the same behaviour.