romsub keyword is now extsub

This commit is contained in:
Irmen de Jong
2024-11-06 22:14:53 +01:00
parent c702c4a6df
commit 9864abd393
44 changed files with 501 additions and 504 deletions

View File

@@ -22,7 +22,7 @@ color brightyellow "[[:alpha:]][[:alnum:]_]*[[:blank:]]*\("
color lightgreen "\<(true|if_cs|if_eq|if_mi|if_vs|if_z|if_neg)\>"
color lightred "\<(false|if_cc|if_ne|if_pl|if_vc|if_nz|if_pos)\>"
color red "\<if(\>|_)"
color red "\<(sub|(inline[[:space:]]+)?asmsub|romsub|else|void|not|and|x?or|for|in|(down)?to|return|while|repeat|break|continue|step|goto|when|as|const|do|until|unroll)\>"
color red "\<(sub|(inline[[:space:]]+)?asmsub|extsub|else|void|not|and|x?or|for|in|(down)?to|return|while|repeat|break|continue|step|goto|when|as|const|do|until|unroll)\>"
# Labels
color sky "^[[:alpha:]][[:alnum:]_]*:"