File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 196196 " npc_sounds_*.txt" ,
197197 " level_sounds_*.txt"
198198 ]
199+ },
200+ {
201+ "id" : " smd" ,
202+ "aliases" : [
203+ " Valve SMD" ,
204+ " Source SMD"
205+ ],
206+ "extensions" : [
207+ " .smd"
208+ ]
199209 }
200210 ],
201211 "grammars" : [
243253 "language" : " rad" ,
244254 "scopeName" : " source.rad" ,
245255 "path" : " ./syntaxes/rad.tmLanguage.json"
256+ },
257+ {
258+ "language" : " smd" ,
259+ "scopeName" : " source.smd" ,
260+ "path" : " ./syntaxes/smd.tmLanguage.json"
246261 }
247262 ],
248263 "commands" : [
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json" ,
3+ "name" : " SMD" ,
4+ "scopeName" : " source.smd" ,
5+ "patterns" : [
6+ {
7+ "include" : " source.kv#comment"
8+ },
9+ {
10+ "include" : " source.kv#number"
11+ },
12+ {
13+ "include" : " #keywords"
14+ },
15+ {
16+ "include" : " source.kv#stringUnquoted"
17+ },
18+ {
19+ "include" : " source.kv#stringQuoted"
20+ }
21+ ],
22+ "repository" : {
23+ "keywords" : {
24+ "match" : " (version|nodes|end|triangles|skeleton|time)" ,
25+ "name" : " keyword.smd"
26+ }
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments