This extension uses static syntax analysis by analyzing files with regex as well as semantic syntax analysis for highlighting mnemonics e.g. Setting up semantic syntax highlightingIn order to use the full potential of this extension, you have to set up the path to all files containing rules that should be used in semantic syntax highlighting first. Option 1: Specify in package.jsonIf you have a package.json, you can insert the following array of paths there. The array should include all paths to files containing rules that were defined with the
Option 2: Use a dedicated .customasm fileIf you don't use npm in your project and you don't have a package.json file, you can also create a dedicated file containing the paths to the rules. At the root of your workspace, create a file named
If the paths are specified in the RequirementsThis extension has some requirements in order to work properly:
|