mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-12-30 08:30:31 +00:00
Add back missing keywords
This commit is contained in:
parent
57e710846f
commit
85bc86ab4c
@ -38,7 +38,7 @@ pod=comment_doc
|
||||
|
||||
[keywords]
|
||||
# all items must be in one line
|
||||
primary=done include import export struc const word byte and predef asm def end not or repeat until break for to downto next when wend is otherwise if else elsif fin while loop return
|
||||
primary=done include import export struc const word byte and predef asm def end not or repeat until continue break for to downto next step when wend is otherwise if else elsif fin while loop return
|
||||
|
||||
[settings]
|
||||
# default extension used when saving files
|
||||
@ -78,3 +78,9 @@ type=0
|
||||
# %f will be replaced by the complete filename
|
||||
# %e will be replaced by the filename without extension
|
||||
# (use only one of it at one time)
|
||||
FT_00_LB=_Compile
|
||||
FT_00_CM=plasm -AMOW < "%f"
|
||||
FT_00_WD=
|
||||
EX_00_LB=_Execute
|
||||
EX_00_CM=plvm "%f#FE1000"
|
||||
EX_00_WD=
|
||||
|
Loading…
Reference in New Issue
Block a user