mirror of
https://github.com/irmen/prog8.git
synced 2025-08-05 06:28:20 +00:00
romsub keyword is now extsub
This commit is contained in:
@@ -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:]_]*:"
|
||||
|
Reference in New Issue
Block a user