1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

Set priority for NASM lexer (#839)

This commit is contained in:
Carlos Henrique Guardão Gandarez 2023-08-26 18:56:57 -03:00 committed by GitHub
parent be65257e7e
commit 4796a27270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">