Skip to content

Commit

Permalink
Set priority for NASM lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Aug 24, 2023
1 parent 5b26de0 commit 94d293f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexers/embedded/nasm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<alias>nasm</alias>
<filename>*.asm</filename>
<filename>*.ASM</filename>
<filename>*.nasm</filename>
<mime_type>text/x-nasm</mime_type>
<case_insensitive>true</case_insensitive>
<priority>1.0</priority> <!-- TASM uses the same file endings, but TASM is not as common as NASM, so we prioritize NASM higher by default. -->
</config>
<rules>
<state name="punctuation">
Expand Down

0 comments on commit 94d293f

Please sign in to comment.