If you want to write ActionScript, you can select the language-> flash ActionScript
However, the software does not seem to be sure of the language used by the as file. You need to modify the software configuration.
Notepad ++ has the syntax highlighting function of ActionScript, but it does not seem to beProgramIt is very difficult to apply the syntax highlighting for each as file opened. When you open a batch of files, you need to set the languageFlash ActionScript.
To troubleshoot the as syntax failure, follow these steps.
- Find and openLangs. XMLfile.
- you can find this file in the notepad ++ installation directory. The default path is:
C: \ Program Files \ notepad ++
- Find the Haskell statement.
- Delete from ext property"As", And save the file.
Use Notepad ++ to re-open the as file, which will be highlighted using the correct syntax.
Translated from: notepad ++ opens ActionScript file with Haskell syntax highlighting