diff --git a/README.md b/README.md index c100e7b..b717c56 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ This plugin lets you easily see errors and warnings in the Maya console. ![image](https://github.com/hannesdelbeke/maya_script_editor_highlighter/assets/3758308/4f15a866-1d87-45a5-9cf6-e779a4bf17ee) it's quite primitive, e.g. the line `// https://www.autodesk.com/maya-arnold-not-available-error` will be colored as an error +### install 1. copy the script in your plugins folder 2. enable the highlight plugin 3. open script editor. 4. it wont work untill you go out of focus, so click on the viewport then back on the editor. + +### reference +see https://hannesdelbeke.github.io/wiki/tech%20art/maya/Maya%20script%20editor%20syntax%20highlight/