ver 2009.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +1404 -0
- data/MANIFEST +187 -0
- data/Rakefile +30 -0
- data/TODO +169 -0
- data/bin/ver +19 -0
- data/config/detect.rb +109 -0
- data/config/keymap/vim.rb +239 -0
- data/config/rc.rb +0 -0
- data/config/scratch +3 -0
- data/config/syntax/ANTLR.json +275 -0
- data/config/syntax/ASP VB.net.json +228 -0
- data/config/syntax/ASP.json +135 -0
- data/config/syntax/ActionScript.json +168 -0
- data/config/syntax/Ada.json +108 -0
- data/config/syntax/Apache.json +342 -0
- data/config/syntax/AppleScript.json +721 -0
- data/config/syntax/Bibtex.json +253 -0
- data/config/syntax/Blog (HTML).json +47 -0
- data/config/syntax/Blog (Markdown).json +50 -0
- data/config/syntax/Blog (Text).json +45 -0
- data/config/syntax/Blog (Textile).json +45 -0
- data/config/syntax/Bulletin Board.json +428 -0
- data/config/syntax/C++.json +323 -0
- data/config/syntax/C.json +694 -0
- data/config/syntax/CSS.json +346 -0
- data/config/syntax/DOT.json +79 -0
- data/config/syntax/Diff.json +136 -0
- data/config/syntax/Dylan.json +104 -0
- data/config/syntax/Eiffel.json +128 -0
- data/config/syntax/Erlang.json +1636 -0
- data/config/syntax/F-Script.json +137 -0
- data/config/syntax/FXScript.json +260 -0
- data/config/syntax/Gri.json +141 -0
- data/config/syntax/HTML (Mason).json +207 -0
- data/config/syntax/HTML (Rails).json +52 -0
- data/config/syntax/HTML (Tcl).json +42 -0
- data/config/syntax/HTML for ASP.net.json +736 -0
- data/config/syntax/HTML-ASP.json +45 -0
- data/config/syntax/HTML.json +614 -0
- data/config/syntax/Haskell.json +407 -0
- data/config/syntax/Inform.json +80 -0
- data/config/syntax/Ini.json +91 -0
- data/config/syntax/Io.json +142 -0
- data/config/syntax/Java.json +745 -0
- data/config/syntax/JavaProperties.json +42 -0
- data/config/syntax/JavaScript.json +446 -0
- data/config/syntax/LaTeX Beamer.json +65 -0
- data/config/syntax/LaTeX Log.json +88 -0
- data/config/syntax/LaTeX.json +962 -0
- data/config/syntax/Lighttpd.json +93 -0
- data/config/syntax/Lisp.json +101 -0
- data/config/syntax/Literate Haskell.json +55 -0
- data/config/syntax/Logtalk.json +289 -0
- data/config/syntax/Lua.json +146 -0
- data/config/syntax/M.json +744 -0
- data/config/syntax/MEL.json +161 -0
- data/config/syntax/MIPS.json +114 -0
- data/config/syntax/Mail.json +224 -0
- data/config/syntax/Makefile.json +66 -0
- data/config/syntax/Markdown.json +644 -0
- data/config/syntax/Modula-3.json +80 -0
- data/config/syntax/Movable Type.json +348 -0
- data/config/syntax/OCaml.json +1391 -0
- data/config/syntax/Objective-C++.json +21 -0
- data/config/syntax/OpenGL.json +24 -0
- data/config/syntax/PHP.json +2184 -0
- data/config/syntax/Pascal.json +128 -0
- data/config/syntax/Perl.json +2091 -0
- data/config/syntax/Plain text.json +49 -0
- data/config/syntax/Processing.json +188 -0
- data/config/syntax/Quake3 Config.json +54 -0
- data/config/syntax/R.json +157 -0
- data/config/syntax/Rez.json +137 -0
- data/config/syntax/Ruby on Rails.json +170 -0
- data/config/syntax/Ruby.json +1753 -0
- data/config/syntax/SQL (Rails).json +31 -0
- data/config/syntax/SQL.json +435 -0
- data/config/syntax/SWIG.json +96 -0
- data/config/syntax/Scheme.json +359 -0
- data/config/syntax/Shell-Unix-Generic.json +1198 -0
- data/config/syntax/Slate.json +265 -0
- data/config/syntax/Smarty.json +110 -0
- data/config/syntax/Standard ML.json +322 -0
- data/config/syntax/Subversion commit message.json +62 -0
- data/config/syntax/Tcl.json +278 -0
- data/config/syntax/TeX Math.json +83 -0
- data/config/syntax/TeX.json +157 -0
- data/config/syntax/Textile.json +273 -0
- data/config/syntax/Twiki.json +436 -0
- data/config/syntax/Vectorscript.json +97 -0
- data/config/syntax/XML strict.json +148 -0
- data/config/syntax/XML.json +301 -0
- data/config/syntax/XSL.json +96 -0
- data/config/syntax/YAML.json +293 -0
- data/config/syntax/iCalendar.json +51 -0
- data/config/syntax/reStructuredText.json +403 -0
- data/config/theme/Active4D.json +260 -0
- data/config/theme/All Hallow's Eve.json +171 -0
- data/config/theme/Amy.json +359 -0
- data/config/theme/BBEdit.json +269 -0
- data/config/theme/Bespin.json +322 -0
- data/config/theme/Blackboard.json +215 -0
- data/config/theme/BoysAndGirls01.json +156 -0
- data/config/theme/Brilliance Black.json +1695 -0
- data/config/theme/Brilliance Dull.json +1451 -0
- data/config/theme/Classic Modified.json +288 -0
- data/config/theme/Cobalt.json +345 -0
- data/config/theme/Cool Glow.json +215 -0
- data/config/theme/Dawn.json +258 -0
- data/config/theme/Eiffel.json +270 -0
- data/config/theme/Espresso Libre.json +247 -0
- data/config/theme/Fluidvision.json +272 -0
- data/config/theme/IDLE.json +159 -0
- data/config/theme/LAZY.json +178 -0
- data/config/theme/Mac Classic.json +277 -0
- data/config/theme/MagicWB (Amiga).json +231 -0
- data/config/theme/Merbivore Soft.json +181 -0
- data/config/theme/Merbivore.json +181 -0
- data/config/theme/Monokai.json +177 -0
- data/config/theme/Notepad2.json +166 -0
- data/config/theme/Pastels on Dark.json +437 -0
- data/config/theme/RubyBlue.json +226 -0
- data/config/theme/Sin City 2.json +361 -0
- data/config/theme/Slate.json +270 -0
- data/config/theme/Slush & Poppies.json +232 -0
- data/config/theme/SpaceCadet.json +143 -0
- data/config/theme/Sunburst.json +415 -0
- data/config/theme/Twilight BG FG.json +633 -0
- data/config/theme/Twilight.json +321 -0
- data/config/theme/Whys Poignant.json +119 -0
- data/config/theme/Zenburnesque.json +237 -0
- data/config/theme/barf.json +155 -0
- data/config/theme/fake.json +418 -0
- data/config/theme/happydeluxe.json +114 -0
- data/config/theme/iLife 05.json +393 -0
- data/config/theme/iPlastic.json +177 -0
- data/config/theme/mintBlue Dark.json +414 -0
- data/config/theme/mintBlue.json +415 -0
- data/config/theme/monoindustrial.json +276 -0
- data/config/theme/starlight.json +67 -0
- data/config/tutorial +74 -0
- data/config/welcome +115 -0
- data/help/index.verh +14 -0
- data/lib/ver.rb +156 -0
- data/lib/ver/entry.rb +97 -0
- data/lib/ver/keymap.rb +96 -0
- data/lib/ver/layout.rb +107 -0
- data/lib/ver/methods.rb +19 -0
- data/lib/ver/methods/completion.rb +116 -0
- data/lib/ver/methods/control.rb +340 -0
- data/lib/ver/methods/insert.rb +6 -0
- data/lib/ver/methods/move.rb +65 -0
- data/lib/ver/methods/search.rb +33 -0
- data/lib/ver/methods/select.rb +145 -0
- data/lib/ver/methods/views.rb +21 -0
- data/lib/ver/mode.rb +160 -0
- data/lib/ver/options.rb +207 -0
- data/lib/ver/plist.rb +106 -0
- data/lib/ver/status.rb +67 -0
- data/lib/ver/syntax.rb +68 -0
- data/lib/ver/syntax/detector.rb +53 -0
- data/lib/ver/syntax/processor.rb +48 -0
- data/lib/ver/text.rb +374 -0
- data/lib/ver/textpow.rb +357 -0
- data/lib/ver/theme.rb +162 -0
- data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
- data/lib/ver/view.rb +163 -0
- data/lib/ver/view/entry.rb +28 -0
- data/lib/ver/view/list.rb +137 -0
- data/lib/ver/view/list/buffer.rb +27 -0
- data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
- data/lib/ver/view/list/syntax.rb +13 -0
- data/lib/ver/view/list/theme.rb +13 -0
- data/spec/keymap.rb +224 -0
- data/tasks/bacon.rake +49 -0
- data/tasks/changelog.rake +18 -0
- data/tasks/gem.rake +22 -0
- data/tasks/gem_installer.rake +76 -0
- data/tasks/grancher.rake +12 -0
- data/tasks/install_dependencies.rake +6 -0
- data/tasks/manifest.rake +4 -0
- data/tasks/plist2json.rake +35 -0
- data/tasks/rcov.rake +18 -0
- data/tasks/release.rake +12 -0
- data/tasks/reversion.rake +8 -0
- data/tasks/syntax_list.rake +31 -0
- data/ver.gemspec +29 -0
- metadata +241 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "Vectorscript (ie. Pascal) -- Based on Chris Jacks Pascal bundle",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"vss"
|
|
5
|
+
],
|
|
6
|
+
"foldingStartMarker": "^\\s*(PROCEDURE|FUNCTION)",
|
|
7
|
+
"foldingStopMarker": "^\\s*END;",
|
|
8
|
+
"name": "Vectorscript",
|
|
9
|
+
"patterns": [
|
|
10
|
+
{
|
|
11
|
+
"match": "\\b(?i:(abstract|all|and|and_then|array|as|asm|attribute|begin|bindable|case|class|const|constructor|destructor|div|do|end|do|else|end|export|exports|external|far|file|finalization|for|forward|goto|if|implementation|import|in|inherited|initialization|interface|interrupt|is|label|library|mod|module|name|near|nil|not|object|of|only|operator|or|or_else|otherwise|packed|pow|private|program|property|protected|public|published|qualified|record|repeat|resident|restricted|segment|set|shl|shr|then|to|type|unit|until|uses|value|var|view|virtual|while|with|xor|string|handle|real|point|longint|integer|boolean|vector|structure|allocate|dynarray))\\b",
|
|
12
|
+
"name": "keyword.control.vectorscript"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"match": "\\b(?i:())\\bk[A-Z0-9]\\w*\\b",
|
|
16
|
+
"name": "constant.other.vectorscript"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"match": "\\b(?i:(Abs|Absolute|ActiveClass|ActLayer|ActSSheet|ActSymDef|Add3DPt|AddButton|AddCavity|AddChoiceItem|AddField|AddGroupBox|AddHelpItem|AddHole|AddLBImage|AddListBoxTabStop|AddPoint|AddResourceToList|AddSolid|AddSurface|AddSymToWall|AddSymToWallEdge|AddVectorFillLayer|AddVertex3D|AddVPAnnotationObject|AddWallBottomPeak|AddWallPeak|AlertCritical|AlertInform|AlertQuestion|AlignItemEdge|AlrtDialog|Ang2Vec|AngBVec|AngDialog|AngDialog3D|Angle|AngleVar|AngularDim|Append|AppendRoofEdge|Arc|ArcByCenter|ArcCos|ArcSin|ArcTan|ArcTo|Area|AreLBColumnLinesEnabled|AreLBRadioColumnLinesEnabled|AttachDefaultTextureSpace|AutoFitWSRowHeights|AutoKey|Backward|BeginColumn|BeginDialog|BeginFloor|BeginFolder|BeginGroup|BeginMesh|BeginMXtrd|BeginPoly|BeginPoly3D|BeginRoof|BeginSweep|BeginSym|BeginText|BeginVectorFillN|BeginXtrd|BotBound|BreakWall|BuildResourceList|CalcSurfaceArea|CalcVolume|CallTool|CapsLock|CellHasNum|CellHasStr|CellString|CellValue|Centroid3D|Chr|CircularDim|ClassList|ClassNum|ClearCavities|ClearGradientSliderSegments|ClearWallPeaks|ClearWSCell|ClipSurface|Close|ClosePoly|CloseSS|ClrDialog|ClrMessage|ColorIndexToRGB|CombineIntoSurface|Command|Comp|Concat|ContainsLight|ConvertTo3DPolys|ConvertToNURBS|ConvertToUnstyledWall|Copy|CopyMode|CopySymbol|Cos|Count|CreateBatDormer|CreateCheckBox|CreateCheckBoxGroupBox|CreateColorPopup|CreateCone|CreateContourCurves|CreateControl|CreateCustomObject|CreateCustomObjectN|CreateCustomObjectPath|CreateEditInteger|CreateEditReal|CreateEditText|CreateEditTextBox|CreateExtrudeAlongPath|CreateGableDormer|CreateGradient|CreateGroupBox|CreateHemisphere|CreateHipDormer|CreateImageFromPaint|CreateImageProp|CreateInterpolatedSurface|CreateLayer|CreateLayout|CreateLB|CreateLight|CreateLineAttributePopup|CreateLineStylePopup|CreateLineWeightPopup|CreateListBox|CreateListBoxN|CreateLoftSurfaces|CreateMarkerPopup|CreateNurbsCurve|CreateNurbsSurface|CreateOffsetNurbsObjectHandle|CreatePaintFromImage|CreatePatternPopup|CreatePullDownMenu|CreatePushButton|CreateRadioButton|CreateRadioButtonGroupBox|CreateResizableLayout|CreateRoof|CreateShaderRecord|CreateShedDormer|CreateSkylight|CreateSphere|CreateStandardIconControl|CreateStaticHatch|CreateStaticHatchFromObject|CreateStaticText|CreateSurfacefromCurvesNetwork|CreateSwapControl|CreateSwapPane|CreateSymbolDisplayControl|CreateTabControl|CreateTabPane|CreateTaperedExtrude|CreateText|CreateTexture|CreateTextureBitmap|CreateTextureBitmapN|CreateTrapeziumDormer|CreateVP|CreateWS|CreateWSImage|CrossProduct|CurveThrough|CurveTo|Date|Deg2Rad|DelChoice|DelClass|Delete|DeleteAllItems|DeleteAllLBItems|DeleteComponent|DeleteConstraint|DeleteLBColumn|DeleteLBItem|DeleteObjs|DeleteResourceFromList|DeleteTextureSpace|DeleteWallSym|DeleteWSColumns|DeleteWSRows|DelName|DelObject|DelRecord|DelVectorFill|DelVertex|DialogEvent|DidCancel|DimArcText|DimText|DisableModules|DisplayContextHelpOfCurrentPlugin|DisplayLayerScaleDialog|DisplayOrganizationDialog|DisplaySwapPane|DisplayTabPane|Distance|DistDialog|DoMenuText|DoMenuTextByName|DotProduct|DoubleFixedTolerance|DoubleTolerance|DoubLines|DrawDialog|DrawNurbsObject|DrwSize|DSelectAll|DSelectObj|Duplicate|EditShaderRecord|EditTexture|EditTextureBitmap|EditTextureSpace|EllipseEllipseIntersect|EnableLB|EnableLBClickAllDataChange|EnableLBColumnLines|EnableLBColumnTracking|EnableLBDragAndDrop|EnableLBRadioColumnLines|EnableLBSingleLineSelection|EnableLBSorting|EnableParameter|EndDialog|EndFolder|EndGroup|EndMesh|EndMXtrd|EndPoly|EndPoly3D|EndSweep|EndSym|EndText|EndVectorFill|EndXtrd|EnsureLBItemIsVisible|EOF|EOLN|EqualPt|EqualRect|Eval|EvalStr|EvaluateNurbsSurfacePointAndNormal|Exp|ExtendNurbsCurve|ExtendNurbsSurface|FActLayer|FFillBack|FFillColorByClass|FFillFore|FFillPat|FFPatByClass|Field|FillBack|FillColorByClass|FillFore|FillPat|FIn3D|FindFileInPluginFolder|FindLBColumnDataItem|FindLBColumnItem|FInFolder|FInGroup|FInLayer|FInSymDef|FLayer|FlipHor|FlipVer|FLSByClass|FLWByClass|FMarker|FMarkerByClass|FndError|FObject|ForEachObject|ForEachObjectInLayer|ForEachObjectInList|FormatTextDialog|Forward|FPatByClass|FPenBack|FPenColorByClass|FPenFore|FPenPat|FPenSize|FSActLayer|FSObject|FSymDef|Get2DPt|Get3DCntr|Get3DInfo|Get3DOrientation|GetActivePane|GetActiveSerialNumber|GetActualNameFromResourceList|GetArc|GetArrayDimensions|GetBatAttributes|GetBBox|GetBeamAngle|GetBinaryConstraint|GetCAlign|GetCellNum|GetCellStr|GetChoiceStr|GetClass|GetClassArrow|GetClassOptions|GetClFillBack|GetClFillFore|GetClFPat|GetClLS|GetClLW|GetClosestPt|GetClosestSide|GetClPenBack|GetClPenFore|GetClTextureC|GetClTextureD|GetClTextureG|GetClTextureL|GetClTextureR|GetClTextureT|GetClUseGraphic|GetClUseTexture|GetClVectorFill|GetColorButton|GetColorChoice|GetComponentFill|GetComponentPenStyles|GetComponentPenWeights|GetComponentWidth|GetControlData|GetCurrentMode|GetCustomObjectChoice|GetCustomObjectInfo|GetCustomObjectPath|GetCustomObjectProfileGroup|GetCVis|GetCWidth|GetDashStyle|GetDefaultTextSize|GetDialog|GetDimText|GetDocumentDefaultSketchStyle|GetDormerAttributes|GetDormerThick|GetDrawingSizeRect|GetEditInteger|GetEditReal|GetEnabledModules|GetField|GetFile|GetFileInfo|GetFillBack|GetFillFore|GetFillIAxisEndPoint|GetFillJAxisEndPoint|GetFillOriginPoint|GetFillPoints|GetFldName|GetFldType|GetFName|GetFolderPath|GetFontID|GetFontName|GetFPat|GetGableAttributes|GetGradientData|GetGradientMidpointPosition|GetGradientSliderData|GetGradientSliderSelectedMarker|GetGradientSpotColor|GetGradientSpotPosition|GetHipAttributes|GetHole|GetImagePopupObject|GetImagePopupObjectItemIndex|GetImagePopupSelectedItem|GetKeyDown|GetLastFileErr|GetLayer|GetLayerAmbientColor|GetLayerAmbientInfo|GetLayerByName|GetLayerElevation|GetLayerOptions|GetLayerRenderMode|GetLayoutDialogPosition|GetLayoutDialogSize|GetLBColumnDataItemInfo|GetLBColumnHeaderJust|GetLBColumnHeaderToolTip|GetLBColumnOwnerDrawnType|GetLBColumnSortState|GetLBColumnWidth|GetLBControlType|GetLBEditDisplayType|GetLBEventInfo|GetLBItemDashStyle|GetLBItemDisplayType|GetLBItemFillBackColor|GetLBItemFillForeColor|GetLBItemGradientOrImageRefNumber|GetLBItemInfo|GetLBItemPenBackColor|GetLBItemPenForeColor|GetLBItemTextColor|GetLBItemTextJust|GetLBItemTextStyle|GetLBMultImageIndexes|GetLBSortColumn|GetLightColorRGB|GetLightDirection|GetLightFalloff|GetLightInfo|GetLightLocation|GetLine|GetLineAttributeData|GetLineStyleChoice|GetLineWeightChoice|GetLName|GetLocalizedPluginChoice|GetLocalizedPluginName|GetLocalizedPluginParameter|GetLocPt|GetLocus3D|GetLS|GetLScale|GetLVis|GetLW|GetMarker|GetMarkerChoice|GetMarkerPopupSelectedItem|GetMouse|GetName|GetNameFromResourceList|GetNumberOfComponents|GetNumGradientSegments|GetNumGradientSliderSegments|GetNumHoles|GetNumImagePopupItems|GetNumLBColumnDataItems|GetNumLBColumns|GetNumLBItems|GetNumRoofElements|GetNumSelectedLBItems|GetNumWallPeaks|GetNurbsObjectDistanceFromPoint|GetObjArrow|GetObject|GetObjectVariableBoolean|GetObjectVariableHandle|GetObjectVariableInt|GetObjectVariableLongInt|GetObjectVariableReal|GetObjectVariableString|GetObjExpandTexture|GetOrigin|GetOSVersion|GetPaletteVisibility|GetParameterOnNurbsCurve|GetParent|GetPatternData|GetPenBack|GetPenFore|GetPickObjectInfo|GetPluginChoiceIndex|GetPluginInfo|GetPluginString|GetPointAndParameterOnNurbsCurveAtGivenLength|GetPolylineVertex|GetPolyPt|GetPolyPt3D|GetPref|GetPrefInt|GetPrefLongInt|GetPrefReal|GetPrefString|GetPrimaryUnitInfo|GetProduct|GetPt|GetPtL|GetRecord|GetRect|GetResourceFromList|GetResourceString|GetRField|GetRoofAttributes|GetRoofEdge|GetRoofElementType|GetRoofFaceAttrib|GetRoofFaceCoords|GetRoofVertices|GetRoundingBase|GetRRDiam|GetSavedSetting|GetScreen|GetSDName|GetSecondaryUnitInfo|GetSegPt1|GetSegPt2|GetSelChoice|GetShaderRecord|GetShedAttributes|GetSheetLayerUserOrigin|GetSingularConstraint|GetSkylight|GetSprdSortSum|GetSprdSortSumColumns|GetSpreadAngle|GetSymbolOptionsN|GetSymbolType|GetSymBrightMult|GetSymLoc|GetSymLoc3D|GetSymName|GetSymRot|GetTexBFeatureEnd|GetTexBFeatureStart|GetTexBitFeatureSize|GetTexBitmapOrigin|GetTexBitPaintNode|GetTexBitRepHoriz|GetTexBitRepVert|GetTexSpace2DOffset|GetTexSpace2DRadius|GetTexSpace2DRot|GetTexSpace2DScale|GetTexSpaceEndCap|GetTexSpaceKind|GetTexSpaceOrientU|GetTexSpaceOrientV|GetTexSpaceOrientW|GetTexSpaceOrigin|GetTexSpacePartID|GetTexSpaceStartCap|GetText|GetTextFont|GetTextJust|GetTextLeading|GetTextLength|GetTextOrientation|GetTextSize|GetTextSpace|GetTextStyle|GetTextureBitmap|GetTextureRef|GetTextureShader|GetTextureShininess|GetTextureSize|GetTextureSpace|GetTextureTransp|GetTextVerticalAlign|GetTextWidth|GetTextWrap|GetTickCount|GetTopVisibleWS|GetTrapeziumAttributes|GetType|GetUnits|GetVCenter|GetVectorFill|GetVectorFillDefault|GetVersion|GetVertexVisibility|GetVertNum|GetView|GetViewMatrix|GetVPClassVisibility|GetVPCropObject|GetVPGroup|GetVPGroupParent|GetVPLayerVisibility|GetWallControlOffset|GetWallPeak|GetWallPrefStyle|GetWallStyle|GetWallThickness|GetWallWidth|GetWorkingPlane|GetWSCellAlignment|GetWSCellBorder|GetWSCellFill|GetWSCellFormula|GetWSCellNumberFormat|GetWSCellString|GetWSCellTextAngle|GetWSCellTextColor|GetWSCellTextFormat|GetWSCellValue|GetWSCellVertAlignment|GetWSCellWrapTextFlag|GetWSColumnOperators|GetWSColumnWidth|GetWSFromImage|GetWSImage|GetWSPlacement|GetWSRowColumnCount|GetWSRowHeight|GetWSRowHLockState|GetWSSelection|GetWSSubrowCellString|GetWSSubrowCellValue|GetWSSubrowCount|GetZoom|GetZVals|GrayClass|GrayLayer|GridLines|Group|GroupToMesh|HAngle|HArea|HasConstraint|HasDim|HasPlugin|HCenter|HDuplicate|Height|HExtrude|HHeight|Hide|HideClass|HideLayer|HLength|HMove|HMoveBackward|HMoveForward|HPerim|HRotate|HUngroup|HWallHeight|HWallWidth|HWidth|ImportResourceToCurrentFile|Index2Name|Insert|InsertChoice|InsertGradientSegment|InsertGradientSliderSegment|InsertImagePopupObjectItem|InsertImagePopupResource|InsertLBColumn|InsertLBColumnDataItem|InsertLBItem|InsertNewComponent|InsertSymbol|InsertSymbolInFolder|InsertVertex|InsertWSColumns|InsertWSRows|IntDialog|IntersectSolid|IntersectSurface|IsFillColorByClass|IsFlipped|IsFPatByClass|IsLayerReferenced|IsLBColumnTrackingEnabled|IsLBItemSelected|IsLBSortingEnabled|IsLSByClass|IsLWByClass|IsMarkerByClass|IsNewCustomObject|IsObjectFlipped|IsPenColorByClass|IsPluginFormat|IsRW|IsTextureableObject|IsValidWSCell|IsValidWSRange|IsValidWSSubrowCell|IsVPGroupContainedObject|IsWSCellNumber|IsWSCellString|IsWSDatabaseRow|IsWSSubrowCellNumber|IsWSSubrowCellString|IsWSVisible|ItemSel|JoinWalls|KeyDown|LActLayer|Layer|LayerRef|LckObjs|LeftBound|Len|Length|LFillBack|LFillFore|LimitTolerance|Line|LinearDim|LineEllipseIntersect|LineLineIntersection|LineTo|LinkText|LLayer|Ln|LNewObj|LoadCell|LObject|Locus|Locus3D|LPenBack|LPenFore|LSActLayer|LSByClass|LWByClass|MakePolygon|MakePolyline|Marker|MarkerByClass|MeshToGroup|Message|MirrorXY3D|Moments3D|MouseDown|Move|Move3D|Move3DObj|MoveBack|MoveFront|MoveObjs|MoveTo|MoveWallByOffset|Name2Index|NameClass|NameList|NameNum|NameObject|NameUndoEvent|NewField|NewSprdSheet|NextDObj|NextLayer|NextObj|NextSObj|NextSymDef|NoAngleVar|NonUndoableActionOK|Norm|Num2Str|Num2StrF|NumChoices|NumCustomObjectChoices|NumDashStyles|NumFields|NumLayers|NumObj|NumRecords|NumSObj|NumVectorFills|NurbsCurveEvalPt|NurbsCurveGetNumPieces|NurbsCurveType|NurbsDegree|NurbsDelVertex|NurbsGetNumPts|NurbsGetPt3D|NurbsGetWeight|NurbsKnot|NurbsNumKnots|NurbsSetKnot|NurbsSetPt3D|NurbsSetWeight|NurbsSurfaceEvalPt|ObjectType|Open|OpenPoly|OpenURL|Option|Ord|Oval|PenBack|PenColorByClass|PenFore|PenGrid|PenLoc|PenPat|PenSize|Perim|Perp|PickObject|Poly|Poly3D|PopAttrs|Pos|PrevDObj|PrevLayer|PrevObj|PrevSObj|PrevSymDef|PrimaryUnits|PrintUsingPrintDialog|PrintWithoutUsingPrintDialog|Products3D|Projection|PtDialog|PtDialog3D|PtInPoly|PtInRect|PushAttrs|PutFile|QTCloseMovieFile|QTGetMovieOptions|QTInitialize|QTOpenMovieFile|QTSetMovieOptions|QTTerminate|QTWriteFrame|Rad2Deg|Random|Read|ReadLn|RealDialog|RecalculateWS|Record|Rect|ReDraw|ReDrawAll|RefreshLB|Relative|RemoveAllImagePopupItems|RemoveAllLBColumnDataItems|RemoveGradientSegment|RemoveGradientSliderSegment|RemoveImagePopupItem|RemoveLBColumnDataItem|RemoveListBoxTabStop|RemoveRoofEdge|RemoveRoofElement|RenameClass|ResetBBox|ResetObject|ResetOrientation3D|ResolveByClassTextureRef|ResourceListSize|ReverseWallSides|RevolveWithRail|Rewrite|RGBToColorIndex|RightBound|Rotate|Rotate3D|RotatePoint|Round|RoundWall|RRect|Run|RunLayoutDialog|SaveSheet|Scale|SecondaryUnits|SelChoice|SelectAll|Selected|SelectObj|SelectSS|SelField|Set3DInfo|Set3DRot|SetActSymbol|SetArc|SetBatAttributes|SetBBox|SetBeamAngle|SetBelowItem|SetBinaryConstraint|SetClass|SetClassArrow|SetClassOptions|SetClFillBack|SetClFillFore|SetClFPat|SetClLS|SetClLW|SetClPenBack|SetClPenFore|SetClTextureC|SetClTextureD|SetClTextureG|SetClTextureL|SetClTextureR|SetClTextureT|SetClUseGraphic|SetClUseTexture|SetClVectorFill|SetColorButton|SetColorChoice|SetComponentFill|SetComponentPenStyles|SetComponentPenWeights|SetComponentWidth|SetConstrain|SetConstraintValue|SetControlData|SetControlText|SetCurrentObject|SetCursor|SetCustomObjectPath|SetCustomObjectProfileGroup|SetDashStyle|SetDefaultTextureSpace|SetDimStd|SetDimText|SetDocumentDefaultSketchStyle|SetDormerAttributes|SetDormerThick|SetDrawingRect|SetDSelect|SetEdgeBinding|SetEditInteger|SetEditReal|SetField|SetFillBack|SetFillColorByClass|SetFillFore|SetFillIAxisEndPoint|SetFillJAxisEndPoint|SetFillOriginPoint|SetFirstGroupItem|SetFirstLayoutItem|SetFocusOnLB|SetFPat|SetFPatByClass|SetGableAttributes|SetGradientData|SetGradientMidpointPosition|SetGradientSliderData|SetGradientSliderSelectedMarker|SetGradientSpotColor|SetGradientSpotPosition|SetHDef|SetHelpString|SetHipAttributes|SetImagePopupSelectedItem|SetItem|SetItemEnable|SetLayerAmbientColor|SetLayerAmbientInfo|SetLayerElevation|SetLayerOptions|SetLayerRenderMode|SetLayerTransparency|SetLayoutDialogPosition|SetLayoutDialogSize|SetLayoutOption|SetLBColumnHeaderJust|SetLBColumnHeaderToolTip|SetLBColumnOwnerDrawnType|SetLBColumnWidth|SetLBControlType|SetLBDragDropColumn|SetLBEditDisplayType|SetLBItemDashStyle|SetLBItemDisplayType|SetLBItemFillBackColor|SetLBItemFillForeColor|SetLBItemGradientOrImageRefNumber|SetLBItemInfo|SetLBItemPenBackColor|SetLBItemPenForeColor|SetLBItemTextColor|SetLBItemTextJust|SetLBItemTextStyle|SetLBItemUsingColumnDataItem|SetLBMultImageIndexes|SetLBSelection|SetLBSortColumn|SetLightColorRGB|SetLightDirection|SetLightFalloff|SetLightInfo|SetLightLocation|SetLineAttributeData|SetLineStyleChoice|SetLineWeightChoice|SetLS|SetLSByClass|SetLScale|SetLW|SetLWByClass|SetMarker|SetMarkerByClass|SetMarkerChoice|SetMaximumUndoEvents|SetName|SetObjArrow|SetObjectVariableBoolean|SetObjectVariableHandle|SetObjectVariableInt|SetObjectVariableLongInt|SetObjectVariableReal|SetObjectVariableString|SetObjExpandTexture|SetOrigin|SetOriginAbsolute|SetPaletteVisibility|SetParameterVisibility|SetParent|SetPatternData|SetPenBack|SetPenColorByClass|SetPenFore|SetPolylineVertex|SetPolyPt|SetPolyPt3D|SetPref|SetPrefInt|SetPrefLongInt|SetPrefReal|SetPrefString|SetPrimaryDim|SetProportionalBinding|SetRecord|SetRField|SetRightItem|SetRoofAttributes|SetRoofEdge|SetRot3D|SetSavedSetting|SetScale|SetSecondaryDim|SetSegPt1|SetSegPt2|SetSelect|SetShedAttributes|SetSheetLayerUserOrigin|SetSingularConstraint|SetSkylight|SetSprdSortSum|SetSprdSortSumColumns|SetSpreadAngle|SetSymbolOptionsN|SetSymBrightMult|SetTexBFeatureEnd|SetTexBFeatureStart|SetTexBitFeatureSize|SetTexBitmapOrigin|SetTexBitPaintNode|SetTexBitRepHoriz|SetTexBitRepVert|SetTexSpace2DOffset|SetTexSpace2DRadius|SetTexSpace2DRot|SetTexSpace2DScale|SetTexSpaceEndCap|SetTexSpaceKind|SetTexSpaceOrientU|SetTexSpaceOrientV|SetTexSpaceOrientW|SetTexSpaceOrigin|SetTexSpacePartID|SetTexSpaceStartCap|SetText|SetTextEditable|SetTextFont|SetTextJust|SetTextLeading|SetTextOrientation|SetTextSize|SetTextSpace|SetTextStyle|SetTextureBitmap|SetTextureRef|SetTextureShader|SetTextureShininess|SetTextureSize|SetTextureTransp|SetTextVerticalAlign|SetTextWidth|SetTextWrap|SetTitle|SetTool|SetTopVisibleWS|SetTrapeziumAttributes|SetUnits|SetVCenter|SetVectorFill|SetVectorFillDefault|SetVertexVisibility|SetView|SetViewMatrix|SetViewVector|SetVPClassVisibility|SetVPCropObject|SetVPLayerVisibility|SetVSResourceFile|SetWallControlOffset|SetWallHeights|SetWallPrefStyle|SetWallThickness|SetWallWidth|SetWorkingPlane|SetWSCellAlignment|SetWSCellBorder|SetWSCellBorders|SetWSCellFill|SetWSCellFormula|SetWSCellNumberFormat|SetWSCellTextColor|SetWSCellTextFormat|SetWSCellVertAlignment|SetWSCellWrapTextFlag|SetWSColumnOperators|SetWSColumnWidth|SetWSCurrentCell|SetWSPlacement|SetWSRowHeight|SetWSSelection|SetWSTextAngle|SetZoom|SetZVals|SheetList|SheetNum|Shift|Show|ShowClass|ShowCreateImageDialog|ShowGradientEditorDialog|ShowItem|ShowLayer|ShowWS|ShowWSDialog|Sin|SingleTolerance|Smooth|SortArray|Space|SprdAlign|SprdBorder|SprdFormat|SprdSize|SprdWidth|Sqr|Sqrt|SrndArea|StdRead|StdReadLn|Str2Num|StrDialog|SubtractSolid|SurfaceArea|Symbol|SymbolToGroup|SymDefNum|SysBeep|Tab|Tan|TargetSprdSheet|TextFace|TextFlip|TextFont|TextJust|TextLeading|TextOrigin|TextRotate|TextSize|TextSpace|TextVerticalAlign|TopBound|Trunc|UndoOff|Ungroup|UnionRect|Units|UnitVec|UnLckObjs|UpdateSymbolDisplayControl|UpdateThumbnailPreview|UpdateVP|UprString|UseDefaultFileErrorHandling|ValidAngStr|ValidNumStr|VDelete|Vec2Ang|VectorFillList|VerifyLayout|VerifyLibraryRoutine|Volume|VPHasCropObject|VRestore|VSave|Wait|Wall|WallCap|WallFootPrint|WallHeight|WallPeak|WallTo|WallWidth|Width|Write|WriteLn|WriteLnMac|WriteMac|XCenter|YCenter|YNDialog))\\b",
|
|
20
|
+
"name": "support.function.vectorscript"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"match": "\\b(?i:(SetObjPropCharVS|vsoInsertAllParams|vsoGetEventInfo))\\b",
|
|
24
|
+
"name": "support.function.vectorscript.undocumented"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"captures": {
|
|
28
|
+
"1": {
|
|
29
|
+
"name": "storage.type.function.vectorscript"
|
|
30
|
+
},
|
|
31
|
+
"2": {
|
|
32
|
+
"name": "storage.type.procedure.vectorscript"
|
|
33
|
+
},
|
|
34
|
+
"3": {
|
|
35
|
+
"name": "entity.name.function.vectorscript"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"match": "\\b(?i:(?:(function)|(procedure)))\\b\\s+(\\w+)",
|
|
39
|
+
"name": "meta.function.vectorscript"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"match": "\\bp[A-Z_0-9]+\\b",
|
|
43
|
+
"name": "constant.character.parameter.vectorscript"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"match": "\\bg[A-Z_0-9]\\w*\\b",
|
|
47
|
+
"name": "variable.other.readwrite.global.vectorscript"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"match": "\\b(?i:(true|false))\\b",
|
|
51
|
+
"name": "constant.language.boolean.vectorscript"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"begin": "\\(\\*",
|
|
55
|
+
"captures": {
|
|
56
|
+
"0": {
|
|
57
|
+
"name": "punctuation.definition.comment.vectorscript"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"end": "\\*\\)",
|
|
61
|
+
"name": "comment.block.vectorscript"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"begin": "\\{",
|
|
65
|
+
"captures": {
|
|
66
|
+
"0": {
|
|
67
|
+
"name": "punctuation.definition.comment.vectorscript"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"end": "\\}",
|
|
71
|
+
"name": "comment.block.vectorscript"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"begin": "'",
|
|
75
|
+
"beginCaptures": {
|
|
76
|
+
"0": {
|
|
77
|
+
"name": "punctuation.definition.string.begin.vectorscript"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"end": "'",
|
|
81
|
+
"endCaptures": {
|
|
82
|
+
"0": {
|
|
83
|
+
"name": "punctuation.definition.string.end.vectorscript"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"name": "string.quoted.single.vectorscript",
|
|
87
|
+
"patterns": [
|
|
88
|
+
{
|
|
89
|
+
"match": "\\\\.",
|
|
90
|
+
"name": "constant.character.escape.vectorscript"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"scopeName": "source.pascal.vectorscript",
|
|
96
|
+
"uuid": "CC77FD91-9DBF-490E-B21D-CC350E82E791"
|
|
97
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
|
|
4
|
+
],
|
|
5
|
+
"foldingStartMarker": "^\\s*(<[^!?%\/](?!.+?(\/>|<\/.+?>))|<[!%]--(?!.+?--%?>)|<%[!]?(?!.+?%>))",
|
|
6
|
+
"foldingStopMarker": "^\\s*(<\/[^>]+>|[\/%]>|-->)\\s*$",
|
|
7
|
+
"keyEquivalent": "^~X",
|
|
8
|
+
"name": "XML strict",
|
|
9
|
+
"patterns": [
|
|
10
|
+
{
|
|
11
|
+
"begin": "<\\?",
|
|
12
|
+
"captures": {
|
|
13
|
+
"0": {
|
|
14
|
+
"name": "punctuation.definition.tag.xml"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"end": ">",
|
|
18
|
+
"name": "meta.tag.processing-instruction.xml"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"begin": "<!",
|
|
22
|
+
"captures": {
|
|
23
|
+
"0": {
|
|
24
|
+
"name": "punctuation.definition.tag.xml"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"end": ">",
|
|
28
|
+
"name": "meta.tag.sgml.xml"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"begin": "(<)(?:([-_[:alnum:]]+)((:)))?([-_.:[:alnum:]]+)",
|
|
32
|
+
"beginCaptures": {
|
|
33
|
+
"1": {
|
|
34
|
+
"name": "punctuation.definition.tag.xml"
|
|
35
|
+
},
|
|
36
|
+
"2": {
|
|
37
|
+
"name": "entity.name.tag.namespace.xml"
|
|
38
|
+
},
|
|
39
|
+
"3": {
|
|
40
|
+
"name": "entity.name.tag.xml"
|
|
41
|
+
},
|
|
42
|
+
"4": {
|
|
43
|
+
"name": "punctuation.separator.namespace.xml"
|
|
44
|
+
},
|
|
45
|
+
"5": {
|
|
46
|
+
"name": "entity.name.tag.localname.xml"
|
|
47
|
+
},
|
|
48
|
+
"6": {
|
|
49
|
+
"name": "invalid.illegal.unexpected-end-tag.xml"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"end": "(\/>)|(<\/)(\\2)((\\4))(\\5)(>)|(<\/[-_.:[:alnum:]]+>)",
|
|
53
|
+
"endCaptures": {
|
|
54
|
+
"1": {
|
|
55
|
+
"name": "punctuation.definition.tag.xml"
|
|
56
|
+
},
|
|
57
|
+
"2": {
|
|
58
|
+
"name": "punctuation.definition.tag.xml"
|
|
59
|
+
},
|
|
60
|
+
"3": {
|
|
61
|
+
"name": "entity.name.tag.namespace.xml"
|
|
62
|
+
},
|
|
63
|
+
"4": {
|
|
64
|
+
"name": "entity.name.tag.xml"
|
|
65
|
+
},
|
|
66
|
+
"5": {
|
|
67
|
+
"name": "punctuation.separator.namespace.xml"
|
|
68
|
+
},
|
|
69
|
+
"6": {
|
|
70
|
+
"name": "entity.name.tag.localname.xml"
|
|
71
|
+
},
|
|
72
|
+
"7": {
|
|
73
|
+
"name": "punctuation.definition.tag.xml"
|
|
74
|
+
},
|
|
75
|
+
"8": {
|
|
76
|
+
"name": "invalid.illegal.unexpected-end-tag.xml"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"name": "meta.tag.xml",
|
|
80
|
+
"patterns": [
|
|
81
|
+
{
|
|
82
|
+
"captures": {
|
|
83
|
+
"1": {
|
|
84
|
+
"name": "entity.other.attribute-name.namespace.xml"
|
|
85
|
+
},
|
|
86
|
+
"2": {
|
|
87
|
+
"name": "entity.other.attribute-name.xml"
|
|
88
|
+
},
|
|
89
|
+
"3": {
|
|
90
|
+
"name": "punctuation.separator.namespace.xml"
|
|
91
|
+
},
|
|
92
|
+
"4": {
|
|
93
|
+
"name": "entity.other.attribute-name.localname.xml"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"match": "\\s+(?:([-_a-zA-Z0-9]+)((:)))?([a-zA-Z-]+)="
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"begin": "\"",
|
|
100
|
+
"beginCaptures": {
|
|
101
|
+
"0": {
|
|
102
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"end": "\"",
|
|
106
|
+
"endCaptures": {
|
|
107
|
+
"0": {
|
|
108
|
+
"name": "punctuation.definition.string.end.xml"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"name": "string.quoted.double.xml"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"begin": "'",
|
|
115
|
+
"beginCaptures": {
|
|
116
|
+
"0": {
|
|
117
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"end": "'",
|
|
121
|
+
"endCaptures": {
|
|
122
|
+
"0": {
|
|
123
|
+
"name": "punctuation.definition.string.end.xml"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"name": "string.quoted.single.xml"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"begin": ">",
|
|
130
|
+
"beginCaptures": {
|
|
131
|
+
"0": {
|
|
132
|
+
"name": "punctuation.definition.tag.xml"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"end": "(?=<\/)",
|
|
136
|
+
"name": "meta.tag-content.xml",
|
|
137
|
+
"patterns": [
|
|
138
|
+
{
|
|
139
|
+
"include": "$self"
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"scopeName": "text.xml.strict",
|
|
147
|
+
"uuid": "74AEC234-DD4D-4AB1-B855-253E34E34BFE"
|
|
148
|
+
}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileTypes": [
|
|
3
|
+
"xml",
|
|
4
|
+
"tld",
|
|
5
|
+
"jsp",
|
|
6
|
+
"pt",
|
|
7
|
+
"cpt",
|
|
8
|
+
"dtml",
|
|
9
|
+
"rss",
|
|
10
|
+
"opml"
|
|
11
|
+
],
|
|
12
|
+
"foldingStartMarker": "^\\s*(<[^!?%\/](?!.+?(\/>|<\/.+?>))|<[!%]--(?!.+?--%?>)|<%[!]?(?!.+?%>))",
|
|
13
|
+
"foldingStopMarker": "^\\s*(<\/[^>]+>|[\/%]>|-->)\\s*$",
|
|
14
|
+
"keyEquivalent": "^~X",
|
|
15
|
+
"name": "XML",
|
|
16
|
+
"patterns": [
|
|
17
|
+
{
|
|
18
|
+
"begin": "(<\\?)\\s*([-_a-zA-Z0-9]+)",
|
|
19
|
+
"captures": {
|
|
20
|
+
"1": {
|
|
21
|
+
"name": "punctuation.definition.tag.xml"
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"name": "entity.name.tag.xml"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"end": "(\\?>)",
|
|
28
|
+
"name": "meta.tag.preprocessor.xml",
|
|
29
|
+
"patterns": [
|
|
30
|
+
{
|
|
31
|
+
"match": " ([a-zA-Z-]+)",
|
|
32
|
+
"name": "entity.other.attribute-name.xml"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"include": "#doublequotedString"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"include": "#singlequotedString"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"begin": "(<!)(DOCTYPE)",
|
|
44
|
+
"captures": {
|
|
45
|
+
"1": {
|
|
46
|
+
"name": "punctuation.definition.tag.xml"
|
|
47
|
+
},
|
|
48
|
+
"2": {
|
|
49
|
+
"name": "entity.name.tag.doctype.xml"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"end": "(>)",
|
|
53
|
+
"name": "meta.tag.sgml.doctype.xml",
|
|
54
|
+
"patterns": [
|
|
55
|
+
{
|
|
56
|
+
"begin": "(<!)(ENTITY)\\s([-_a-zA-Z0-9]+)",
|
|
57
|
+
"captures": {
|
|
58
|
+
"1": {
|
|
59
|
+
"name": "punctuation.definition.tag.xml"
|
|
60
|
+
},
|
|
61
|
+
"2": {
|
|
62
|
+
"name": "entity.name.tag.entity.xml"
|
|
63
|
+
},
|
|
64
|
+
"3": {
|
|
65
|
+
"name": "meta.entity.xml"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"end": "(>)",
|
|
69
|
+
"patterns": [
|
|
70
|
+
{
|
|
71
|
+
"include": "#doublequotedString"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"include": "#singlequotedString"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"begin": "<[!%]--",
|
|
82
|
+
"captures": {
|
|
83
|
+
"0": {
|
|
84
|
+
"name": "punctuation.definition.comment.xml"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"end": "--%?>",
|
|
88
|
+
"name": "comment.block.xml"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"begin": "(<)((?:([-_a-zA-Z0-9]+)((:)))?([-_a-zA-Z0-9:]+))(?=(\\s[^>]*)?><\/\\2>)",
|
|
92
|
+
"beginCaptures": {
|
|
93
|
+
"1": {
|
|
94
|
+
"name": "punctuation.definition.tag.xml"
|
|
95
|
+
},
|
|
96
|
+
"3": {
|
|
97
|
+
"name": "entity.name.tag.namespace.xml"
|
|
98
|
+
},
|
|
99
|
+
"4": {
|
|
100
|
+
"name": "entity.name.tag.xml"
|
|
101
|
+
},
|
|
102
|
+
"5": {
|
|
103
|
+
"name": "punctuation.separator.namespace.xml"
|
|
104
|
+
},
|
|
105
|
+
"6": {
|
|
106
|
+
"name": "entity.name.tag.localname.xml"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"end": "(>(<))\/(?:([-_a-zA-Z0-9]+)((:)))?([-_a-zA-Z0-9:]+)(>)",
|
|
110
|
+
"endCaptures": {
|
|
111
|
+
"1": {
|
|
112
|
+
"name": "punctuation.definition.tag.xml"
|
|
113
|
+
},
|
|
114
|
+
"2": {
|
|
115
|
+
"name": "meta.scope.between-tag-pair.xml"
|
|
116
|
+
},
|
|
117
|
+
"3": {
|
|
118
|
+
"name": "entity.name.tag.namespace.xml"
|
|
119
|
+
},
|
|
120
|
+
"4": {
|
|
121
|
+
"name": "entity.name.tag.xml"
|
|
122
|
+
},
|
|
123
|
+
"5": {
|
|
124
|
+
"name": "punctuation.separator.namespace.xml"
|
|
125
|
+
},
|
|
126
|
+
"6": {
|
|
127
|
+
"name": "entity.name.tag.localname.xml"
|
|
128
|
+
},
|
|
129
|
+
"7": {
|
|
130
|
+
"name": "punctuation.definition.tag.xml"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"name": "meta.tag.no-content.xml",
|
|
134
|
+
"patterns": [
|
|
135
|
+
{
|
|
136
|
+
"include": "#tagStuff"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"begin": "(<\/?)(?:([-_a-zA-Z0-9]+)((:)))?([-_a-zA-Z0-9:]+)",
|
|
142
|
+
"captures": {
|
|
143
|
+
"1": {
|
|
144
|
+
"name": "punctuation.definition.tag.xml"
|
|
145
|
+
},
|
|
146
|
+
"2": {
|
|
147
|
+
"name": "entity.name.tag.namespace.xml"
|
|
148
|
+
},
|
|
149
|
+
"3": {
|
|
150
|
+
"name": "entity.name.tag.xml"
|
|
151
|
+
},
|
|
152
|
+
"4": {
|
|
153
|
+
"name": "punctuation.separator.namespace.xml"
|
|
154
|
+
},
|
|
155
|
+
"5": {
|
|
156
|
+
"name": "entity.name.tag.localname.xml"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"end": "(\/?>)",
|
|
160
|
+
"name": "meta.tag.xml",
|
|
161
|
+
"patterns": [
|
|
162
|
+
{
|
|
163
|
+
"include": "#tagStuff"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"captures": {
|
|
169
|
+
"1": {
|
|
170
|
+
"name": "punctuation.definition.constant.xml"
|
|
171
|
+
},
|
|
172
|
+
"3": {
|
|
173
|
+
"name": "punctuation.definition.constant.xml"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"match": "(&)([a-zA-Z0-9_-]+|#[0-9]+|#x[0-9a-fA-F]+)(;)",
|
|
177
|
+
"name": "constant.character.entity.xml"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"match": "&",
|
|
181
|
+
"name": "invalid.illegal.bad-ampersand.xml"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"begin": "<%@",
|
|
185
|
+
"beginCaptures": {
|
|
186
|
+
"0": {
|
|
187
|
+
"name": "punctuation.section.embedded.begin.xml"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"end": "%>",
|
|
191
|
+
"endCaptures": {
|
|
192
|
+
"0": {
|
|
193
|
+
"name": "punctuation.section.embedded.end.xml"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"name": "source.java-props.embedded.xml",
|
|
197
|
+
"patterns": [
|
|
198
|
+
{
|
|
199
|
+
"match": "page|include|taglib",
|
|
200
|
+
"name": "keyword.other.page-props.xml"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"begin": "<%[!=]?(?!--)",
|
|
206
|
+
"beginCaptures": {
|
|
207
|
+
"0": {
|
|
208
|
+
"name": "punctuation.section.embedded.begin.xml"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"end": "(?!--)%>",
|
|
212
|
+
"endCaptures": {
|
|
213
|
+
"0": {
|
|
214
|
+
"name": "punctuation.section.embedded.end.xml"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"name": "source.java.embedded.xml",
|
|
218
|
+
"patterns": [
|
|
219
|
+
{
|
|
220
|
+
"include": "source.java"
|
|
221
|
+
}
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"begin": "<!\\[CDATA\\[",
|
|
226
|
+
"beginCaptures": {
|
|
227
|
+
"0": {
|
|
228
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"end": "]]>",
|
|
232
|
+
"endCaptures": {
|
|
233
|
+
"0": {
|
|
234
|
+
"name": "punctuation.definition.string.end.xml"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"name": "string.unquoted.cdata.xml"
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"repository": {
|
|
241
|
+
"doublequotedString": {
|
|
242
|
+
"begin": "\"",
|
|
243
|
+
"beginCaptures": {
|
|
244
|
+
"0": {
|
|
245
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"end": "\"",
|
|
249
|
+
"endCaptures": {
|
|
250
|
+
"0": {
|
|
251
|
+
"name": "punctuation.definition.string.end.xml"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"name": "string.quoted.double.xml"
|
|
255
|
+
},
|
|
256
|
+
"singlequotedString": {
|
|
257
|
+
"begin": "'",
|
|
258
|
+
"beginCaptures": {
|
|
259
|
+
"0": {
|
|
260
|
+
"name": "punctuation.definition.string.begin.xml"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"end": "'",
|
|
264
|
+
"endCaptures": {
|
|
265
|
+
"0": {
|
|
266
|
+
"name": "punctuation.definition.string.end.xml"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"name": "string.quoted.single.xml"
|
|
270
|
+
},
|
|
271
|
+
"tagStuff": {
|
|
272
|
+
"patterns": [
|
|
273
|
+
{
|
|
274
|
+
"captures": {
|
|
275
|
+
"1": {
|
|
276
|
+
"name": "entity.other.attribute-name.namespace.xml"
|
|
277
|
+
},
|
|
278
|
+
"2": {
|
|
279
|
+
"name": "entity.other.attribute-name.xml"
|
|
280
|
+
},
|
|
281
|
+
"3": {
|
|
282
|
+
"name": "punctuation.separator.namespace.xml"
|
|
283
|
+
},
|
|
284
|
+
"4": {
|
|
285
|
+
"name": "entity.other.attribute-name.localname.xml"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"match": " (?:([-_a-zA-Z0-9]+)((:)))?([_a-zA-Z-]+)="
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"include": "#doublequotedString"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"include": "#singlequotedString"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"scopeName": "text.xml",
|
|
300
|
+
"uuid": "D3C4E6DA-6B1C-11D9-8CC2-000D93589AF6"
|
|
301
|
+
}
|