zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.83k stars 188 forks source link

ASM: GAS `#` style comments are not recognized #851

Open lifenjoiner opened 1 week ago

lifenjoiner commented 1 week ago

Examples: Line 1 and 22, https://github.com/rmyorston/busybox-w32/blob/cbfa58d56c3ca59538bf23e30105ce27ed5ef948/libbb/hash_sha1_x86-64.S

Start from line 29, https://github.com/minoca/swiss/blob/ff1fc5dd406abeeceaa91e4e3cf5a9b64824fb3f/rtl/base/x86/rtlarch.S

Ref: https://sourceware.org/binutils/docs/as/Comments.html

zufuliu commented 1 week ago

https://github.com/zufuliu/notepad4/blob/e1e7fb9529c08ea35f2d04b0ffd1bba980b76720/scintilla/lexers/LexAsm.cxx#L258-L286

zufuliu commented 1 week ago

## in rtlarch.S is fixed by e92cad93f7b37e6a97f3040b4fe41c9451f588f1.