- Updated `filetypes.asm` to include additional reserved words for assembly files. - Added support for `avr-asm` (Arduino) syntax highlighting. - Enhanced compatibility for assembly language development, especially for Arduino projects.
This change expands the set of recognized reserved words to improve syntax highlighting and code analysis for assembly files, specifically for the AVR architecture used in Arduino programming. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4216 -- Commit Summary -- * Add more reserved words for assembly files, including avr-asm (Arduino), to filetypes.asm -- File Changes -- M data/filedefs/filetypes.asm (6) -- Patch Links -- https://github.com/geany/geany/pull/4216.patch https://github.com/geany/geany/pull/4216.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4216 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
