Comments in assembler files for some architectures are indexed as identifiers #291
Labels
indexing
Related to the index content — missing definitions/references, lexer bugs, new ctags features...
See for example:
https://elixir.bootlin.com/linux/latest/source/arch/arc/kernel/head.S#L25
https://elixir.bootlin.com/linux/latest/source/arch/sh/kernel/entry-common.S#L8
https://elixir.bootlin.com/linux/latest/source/arch/arm/kernel/entry-common.S#L43 (end of the line, after @)
This is likely due to the fact, that different architectures have different comment syntax in GNU Assembler.
https://en.wikipedia.org/wiki/GNU_Assembler
The text was updated successfully, but these errors were encountered: