Skip to content

Commit 847c579

Browse files
committed
Added values for flex and pointer-events
Color syntaxing matching this commit: Horsetopus@82f904f And this pull request: #1155
1 parent 82f904f commit 847c579

File tree

1 file changed

+5
-3
lines changed
  • FlashDevelop/Bin/Debug/Settings/Languages

1 file changed

+5
-3
lines changed

FlashDevelop/Bin/Debug/Settings/Languages/CSS.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Scintilla xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<keyword-classes>
44
<keyword-class name="css1-keywords">
@@ -33,6 +33,7 @@
3333
voice-stress voice-volume hanging-punctuation punctuation-trim text-align-last text-justify text-outline text-overflow text-shadow text-wrap word-break
3434
word-wrap transform transform-origin transform-style perspective perspective-origin backface-visibility transition transition-property transition-duration
3535
transition-timing-function transition-delay appearance box-sizing icon nav-down nav-index nav-left nav-right nav-up outline-offset resize user-select
36+
flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap pointer-events
3637
</keyword-class>
3738
<keyword-class name="css-values">
3839
auto none normal italic oblique small-caps bold bolder lighter xx-small x-small small medium large x-large xx-large larger smaller
@@ -47,7 +48,8 @@
4748
semi-expanded expanded extra-expanded ultra-expanded caption icon menu message-box small-caption status-bar separate show hide once crosshair
4849
default pointer move text wait help e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize silent x-soft soft medium loud x-loud
4950
spell-out mix left-side far-left center-left center-right far-right right-side behind leftwards rightwards below level above higher lower x-slow slow
50-
medium fast x-fast faster slower male female child x-low low high x-high code digits continous
51+
medium fast x-fast faster slower male female child x-low low high x-high code digits continous fill max-content min-content fit-content content
52+
row row-reverse column column-reverse nowrap wrap wrap-reverse visiblePainted visibleFill visibleStroke painted stroke all
5153
ActiveBorder ActiveCaption AppWorkspace Background ButtonFace ButtonHighlight ButtonShadow InactiveCaptionText ButtonText CaptionText GrayText Highlight
5254
HighlightText InactiveBorder InactiveCaption InfoBackground InfoText Menu MenuText Scrollbar ThreeDDarkShadow ThreeDFace ThreeDHighlight ThreeDLightShadow
5355
ThreeDShadow Window WindowFrame WindowText
@@ -114,4 +116,4 @@
114116
<!-- COLORING_END -->
115117
</language>
116118
</languages>
117-
</Scintilla>
119+
</Scintilla>

0 commit comments

Comments
 (0)