installed your plugin but there is a problem…
i have multiple projects…
a x86 nasm based 32 bit Linux forth
an x86 nasm based 64 bit Linux forth
a gnu assembler based 32 bit arm Linux forth (never published)
a gnu assembler based thumb2 Linux forth
a gnu assembler based aarch64 Linux forth (not yet published)
a gnu assembler based riscv stand alone forth that I am currently working on
The documentation for your plugin states… “If a file whose name has no .
and its first line satisfies any of following conditions, …”
But they ALL do have a . in their names, in fact every single source file in every single assembler based project has a .s file extension and im somewhat anal retentive about source formatting and consistency.
The first line of the source files in every single one of my source files follows exactly the same format across all projects… it would be very difficult for me to change these just to get something that i think should be built in. When i set RISCV assembly on an individual file that setting should be SET not disappear when i go look at some other file in the project.
I am constantly flipping between every one of these projects and others that are coded in C and when I do this the syntax I have selected on files disappears when i select another file… nothing is remembered.
I do not think this is something that can be fixed by a plugin but then i have no idea how to create plugins for sublime text. I think this can only be fixed up stream byt tyvm for the responses, i just cant see a way for your plugin to help
so… went through every file in my riscv sources and set them to riscv assembly and most of them stuck. went through the ones that got flipped and now more stuck on riscv asm… kept doing this and now every source file in evey single project is riscv assembly and i cant set the arm sources to arm assembly, as soon as i select any other file its automatically riscv assembly.
slightly frustrated.