Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xyont authored Aug 18, 2023
1 parent cfb0e8b commit 38ab8a0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions fbd.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Define SciTE settings for FBD files.
file.patterns.fbd=*.fbd;*.fbl
filter.fbd=FBD (fbd)|$(file.patterns.fbd)|
lexer.$(file.patterns.fbd)=fbd
comment.block.fbd=#~

# use lower case for command keywords
keywords.$(file.patterns.fbd)=\
anim area asgn aver bia body break call capt cmap cntr col comp cont copy corrad \
keywords=anim area asgn aver bia body break call capt cmap cntr col comp cont copy corrad \
csysa cut del dist div ds elem else else if elty endif endwhile enq eprop eqal exit \
fil flip flpc frame gbod gonly graph grpa grps gsur gtol hcpy help if int init lcmb \
length line lnor mata mats max maxc maxr menu merg mesh mids min minc minr \
Expand All @@ -16,7 +15,7 @@ seql seta setc sete seti setl seto setr shpe split steps stop subm surf swep sys
thrs tra trfm txt typs ucut ulin val valu view volu while wpos wsize zap zoom

# use lower case for keywords, misc and element types
keywords2.$(file.patterns.fbd)=n e p l c s b S L se \
arguments=n e p l c s b S L se \
blend control compact define end knot norm \
be2 be2r be2f be2d be3 be3r be3f tr3 tr3u tr3e tr3s tr3c \
tr6 tr6u tr6e tr6s tr6c qu4 qu4e qu4s qu4c qu4r qu4er qu4sr qu4cr \
Expand All @@ -40,6 +39,14 @@ nos abs pow sqr sin cos tan asin acos atan int float exp fill line point \
adge elem front back vec disp keep bg sh ill rul


keywords.$(file.patterns.fbd)=
keywords2.$(file.patterns.fbd)=$(keywords)
keywords3.$(file.patterns.fbd)=
keywords4.$(file.patterns.fbd)=$(arguments)
keywords5.$(file.patterns.fbd)=
keywords6.$(file.patterns.fbd)=
comment.block.fbd=#

interactive=1

# White space
Expand Down

0 comments on commit 38ab8a0

Please sign in to comment.