Updated Spanish translation
[anjuta-git-plugin.git] / data / properties / lout.properties
blob2109fe3789eddf3e00c8239e736ba2d5953d2d74
1 # Define SciTE settings for Basser Lout files.
3 file.patterns.lout=*.lt
5 filter.lout=Lout (lt)|*.lt|
7 lexer.$(file.patterns.lout)=lout
9 keywords.$(file.patterns.lout)= @OptGall @Filter @FilterIn @FilterOut \
10 @FilterErr @FontDef @Family @Face @Name @Metrics @ExtraMetrics \
11 @Mapping @Recode @Common @Rump @Meld @Insert @OneOf @Next @Plus \
12 @Minus @Wide @High @HShift @VShift @BeginHeaderComponent \
13 @EndHeaderComponent @SetHeaderComponent @ClearHeaderComponent @OneCol \
14 @OneRow @HScale @VScale @HCover @VCover @Scale @KernShrink @HContract \
15 @VContract @HLimited @VLimited @HExpand @VExpand @StartHVSpan \
16 @StartHSpan @StartVSpan @HSpan @VSpan @PAdjust @HAdjust @VAdjust \
17 @Rotate @Background @IncludeGraphic @SysIncludeGraphic @Graphic \
18 @LinkSource @LinkDest @URLLink @PlainGraphic @Verbatim @RawVerbatim \
19 @Case @Yield @BackEnd @Char @Font @Space @YUnit @ZUnit @Break \
20 @Underline @SetColour @SetColor @SetTexture @Outline @Language \
21 @CurrLang @CurrFamily @CurrFace @CurrYUnit @CurrZUnit @LEnv @LClos \
22 @LUse @LEO @Open @Use @NotRevealed @Tagged @Database @SysDatabase \
23 @Include @SysInclude @IncludeGraphicRepeated @PrependGraphic \
24 @SysIncludeGraphicRepeated @SysPrependGraphic @Target @Null \
25 @PageLabel @Galley @ForceGalley @LInput @Split @Tag @Key @Optimize \
26 @Merge @Enclose @Begin @End @Moment @Second @Minute @Hour @Day @Month \
27 @Year @Century @WeekDay @YearDay @DaylightSaving @@A @@B @@C @@D @@E @@V
29 keywords2.$(file.patterns.lout)= &&& && & ^// ^/ ^|| ^| ^& // / || |
31 keywords3.$(file.patterns.lout)= def langdef force horizontally into \
32 extend import export precedence associativity left right body macro \
33 named compulsory following preceding foll_or_prec now
35 comment.block.lout=#~
37 indent.maintain.$(file.patterns.lout)=1
39 # Lout styles
41 # Default
42 style.lout.32=$(font.base)
43 # White space
44 style.lout.0=fore:#808080
45 # Comment
46 style.lout.1=$(colour.code.comment.line),$(font.code.comment.line)
47 # Number
48 style.lout.2=$(colour.number)
49 # Keyword
50 style.lout.3=$(colour.keyword),bold
51 # Keyword2
52 style.lout.4=$(colour.keyword),bold
53 # Keyword3
54 style.lout.5=$(colour.keyword),bold
55 # Keyword4
56 style.lout.6=$(colour.keyword)
57 # Double quoted string
58 style.lout.7=$(colour.string)
59 # Operators
60 style.lout.8=$(colour.operator),bold
61 # Identifiers
62 style.lout.9=
63 # End of line where string is not closed
64 style.lout.10=fore:#000000,$(font.monospace),back:#E0C0E0,eolfilled
65 # Braces are only matched in operator style
66 braces.lout.style=8
68 command.compile.$(file.patterns.lout)=lout "$(FileNameExt)" > "$(FileName).ps" 
69 command.build.$(file.patterns.lout)=make
71 if PLAT_WIN
72         command.go.$(file.patterns.lout)=gview "$(FileName).ps"
74 if PLAT_GTK
75         command.go.$(file.patterns.lout)=gview32 "$(FileName).ps"