-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOpenSees.tmLanguage
64 lines (64 loc) · 3.03 KB
/
OpenSees.tmLanguage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>OpenSees Input</string>
<key>scopeName</key>
<string>source.tcl.opensees</string>
<key>fileTypes</key>
<array>
<string>tcl</string>
</array>
<key>foldingStartMarker</key>
<string></string>
<key>foldingStopMarker</key>
<string></string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#commands</string>
</dict>
<dict>
<key>include</key>
<string>#subcommands</string>
</dict>
<dict>
<key>include</key>
<string>source.tcl</string>
</dict>
</array>
<key>repository</key>
<dict>
<key>commands</key>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword.command.tcl.opensees</string>
</dict>
</dict>
<key>match</key>
<string>(?<=^|[\[{;])\s*(addNewCommand|algorithm|analysis|analyze|block2d|block2D|block3d|block3D|constraints|database|eigen|element|equalDOF|fiber|fix|fixX|fixY|fixZ|geomTransf|getTime|groundMotion|imposedMotion|integrator|layer|load|loadConst|mass|model|nDMaterial|node|nodeDisp|numberer|patch|pattern|plasticMaterial|play|print|recorder|reset|rigidDiaphragm|rigidLink|section|sp|system|test|timeSeries|uniaxialMaterial|updateMaterialStage|wipe|wipeAnalysis|yieldSurface_BC|ysEvolutionModel)\b</string>
</dict>
<key>subcommands</key>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword.subcommand.tcl.opensees</string>
</dict>
</dict>
<key>match</key>
<string>(?<=^|[\[{;])\s*(ArcLength|BandGeneral|BandSPD|bbarBrick|bbarQuad|beamWithHinges|BFGS|Bidirectional|Bond01|Bond02|Broyden|circ|circ|Concrete01|Concrete02|Concrete03|Corotational|corotTruss|dispBeamColumn|DisplacementControl|display|Drift|Elastic|Elastic|elasticBeamColumn|ElasticIsotropic|ElasticMembranePlateSection|ElasticPP|ElasticPPGap|EnergyIncr|enhancedQuad|ENT|Fiber|Hardening|HHT|Hysteretic|J2Plasticity|KrylovNewton|Lagrange|Linear|Linear|LoadControl|method|MinUnbalDispNorm|ModifiedNewton|MultipleSupport|Newmark|Newton|NewtonLineSearch|nonlinearBeamColumn|NormDispIncr|NormUnbalance|PDelta|Penalty|Plain|Plain|Plain|PlaneStress|PlateFiber|PlateFiber|plot|ProfileSPD|quad|quad|RCM|ShellMITC4|SparseGeneral|SparseSPD|Static|stdBrick|Steel01|Steel02|straight|Transformation|Transient|truss|UmfPack|Uniaxial|UniformExcitation|VariableTransient|Viscous|zeroLengthND|zeroLengthSection)\b</string>
</dict>
</dict>
<key>uuid</key>
<string>C8B007C5-D4EC-48B0-AEC6-ACCF1DA71DC1</string>
</dict>
</plist>