github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub
MIT License
5.87k stars 3.39k forks source link

Problem when the code there is comment default of the Protheus.doc #1685

Closed Ti-Portao closed 3 months ago

Ti-Portao commented 1 year ago

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.

Ti-Portao commented 1 year ago

the file extension is .prw

github-actions[bot] commented 3 months ago

Stale issue message

Ti-Portao commented 3 months ago

The problem has not been resolved