Sublime Forum

Package Not Working

#1

I wanted to have Sublime Text highlight x86 assembly, so I downloaded the package following - https://packagecontrol.io/packages/GAS-x86%20(or%20x64)%20highlighting%20scheme

However, I closed, reopened, quit and launched Sublime Text and all my assembly files are still being highlighted with the R syntax. The drop-down menu shows no option for AT&T x86 Assembly.

Console says

ignored packages updated to: ["GAS-x86 (or x64) highlighting scheme", "Vintage"]
0 Likes

#2

R syntax provides some file extension settings which may interfere with assamblers.

With your console output in front of me, I’d suggest to

  1. Open Command Palette

  2. Run Package Control: Enable Package

  3. Select the “GAS-x86…” and hit enter to remove it from the list of ignored packages.

  4. Open an assembly file

  5. Click onto the syntax name in the statusbar and select the assembly syntax from the “Open all with current extensions as…” submenu in order to reassign the file extension.

0 Likes

#3

38%20PM

No auto-complete comes up.

0 Likes

#4

From within the “Package Control: Enable Package” list?

0 Likes

#5

I followed your instructions to the letter (I can’t just say “Yes” because then the forum software complains)

0 Likes