Bug Description
Steps to Reproduce
- Open an assembly file.
- Add the following to the start of the file.
.macro test_it TESTING:req
.endm
- Note how .macro and .endm are blue.
- Add the following line above .macro
.file 1 FILE
- Note how the .file is blue and now .macro is white
- Add ;: immediately below .file for .macro to again colorize blue.
Expected Behavior
Assembly lines should not cause later assembly lines to colorize differently.
Actual Behavior
Adding .file line causes later lines to colorize differently when it is added.
Screenshots
Environment
- OS: Windows 11
- ArmLS Version: 0.14.2
Additional Context
Possible Solution (Optional)
Without sources to the language server, a solution is difficult to suggest.
Logs/Error Messages
Bug Description
Steps to Reproduce
.macro test_it TESTING:req
.endm
.file 1 FILE
Expected Behavior
Assembly lines should not cause later assembly lines to colorize differently.
Actual Behavior
Adding .file line causes later lines to colorize differently when it is added.
Screenshots
Environment
Additional Context
Possible Solution (Optional)
Without sources to the language server, a solution is difficult to suggest.
Logs/Error Messages