When the code there is a comment with standard Protheus.doc the colors are wrong
For example.
Comments with standard Protheus.doc - ADVPL - xBase
/*/{Protheus.doc} function name description @author @since @version @obs : /*/ User Function zTest() Local lTest := .t. If lTest Alert('test') Endif Return .T.
Comments without standard Protheus.doc - ADVPL - xBase
This colors are ok
User Function zTest() Local lTest := .t. If lTest Alert('test') Endif Return .T.
When the code there is a comment with standard Protheus.doc the colors are wrong For example.
Comments with standard Protheus.doc - ADVPL - xBase
/*/{Protheus.doc} function name description @author @since @version @obs : /*/ User Function zTest() Local lTest := .t. If lTest Alert('test') Endif Return .T.
Comments without standard Protheus.doc - ADVPL - xBase This colors are ok
User Function zTest() Local lTest := .t. If lTest Alert('test') Endif Return .T.