Skip to content

Commit

Permalink
Add syntax support for Spell files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ramon Cano Yribarren committed May 9, 2017
1 parent fe2534d commit d2b5207
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions spell.uew
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/L20"Spell" Line Comment = # Escape Char = \ File Extensions = SPL
/Function String = "%[ ,^t]++step[ ]+"[a-zA-Z0-9_, ]++"[ ,^t]++,[ ,^t]++"[a-zA-Z0-9_, ]++":"
/Function String 1 = "%[ ,^t]++step[ ]+"[a-zA-Z0-9_, ]++"[ ,^t]++,[ ,^t]++"[a-zA-Z0-9_, ]++"[ ,^t]++as[ ,^t]++[a-zA-Z0-9_]+:"
/Delimiters = []{}()<>-="'.,:+
/Open Fold Strings = "step"
/Close Fold Strings = "step"
/C1"Reserved Words"
and as
in is
not
None
or
required
/C2"Built-in Functions"
step
when
attachment
checkbox
date
email
image
label list
multi
number
radio
string
text
/C3"__Methods__"
goto
/C4"__Attributes__"
** CONTROL QUESTION STEP control question step
/C5"Exceptions"
** $
/C6"Common Libs"
/C7"Others"
elif else endfor
if import
for from

0 comments on commit d2b5207

Please sign in to comment.