Sha256: 7035be1611267a46486912d70e23e3c51bc43f37b8d93752250994f99033e6be

Contents?: true

Size: 1.32 KB

Versions: 14

Compression:

Stored size: 1.32 KB

Contents

{"name":"CMD","scopeName":"source.cmd","patterns":[{"include":"#comments"},{"include":"#support"},{"include":"#variables"},{"include":"#constants"},{"include":"#keywords"},{"include":"#strings"}],"repository":{"comments":{"patterns":[{"name":"comment.line.cmd","begin":"(\\/\\*)","end":"(\\*\\/)"}]},"constants":{"patterns":[{"name":"constant.language.cmd","match":"(?i)[*]\\b(IN)([0-9]{0,2})\\b"},{"name":"constant.numeric.cmd","match":"(\\b[0-9]+)|([0-9]*[.][0-9]*)"},{"name":"constant.language.cmd","match":"[*][a-zA-Z][a-zA-Z0-9]*"}]},"keywords":{"patterns":[{"name":"keyword.control.cmd.label","match":"^\\s*[a-zA-Z_][a-zA-Z0-9_]*:"},{"name":"keyword.other.cmd","match":"(?i)\\b(QUAL|PMTCTL|PARM|ELEM|DEP|CMD)\\b"},{"name":"keyword.other.cmd","match":"(?i)[*](CAT|TCAT|BCAT|AND|OR|NOT|EQ|GT|LT|GE|LE|NE|NG|NL)"},{"name":"keyword.other.cmd","match":"(([\\|](\\||\u003e|\u003c))|\\+|\\-|\\*|\\/|\u003e=|\u003c=|=|\u003e|\u003c|:)"}]},"strings":{"patterns":[{"name":"string.other.cmd.hex","begin":"(?i)x'","end":"'"},{"name":"string.quoted.single.cmd","begin":"'","end":"'","patterns":[{"name":"constant.character.escape.cmd","match":"\\\\."}]}]},"support":{"patterns":[{"name":"support.function.cmd","match":"[a-zA-Z_][a-zA-Z0-9_]*(?=\\()"}]},"variables":{"patterns":[{"name":"variable.parameter.cmd","match":"[\u0026][a-zA-Z_][a-zA-Z0-9_]*"}]}}}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
github-linguist-7.30.0 grammars/source.cmd.json
github-linguist-7.29.0 grammars/source.cmd.json
github-linguist-7.28.0 grammars/source.cmd.json
github-linguist-7.27.0 grammars/source.cmd.json
github-linguist-7.26.0 grammars/source.cmd.json
github-linguist-7.25.0 grammars/source.cmd.json
github-linguist-7.24.1 grammars/source.cmd.json
github-linguist-7.24.0 grammars/source.cmd.json
github-linguist-7.23.0 grammars/source.cmd.json
github-linguist-7.22.1 grammars/source.cmd.json
github-linguist-7.22.0 grammars/source.cmd.json
github-linguist-7.21.0 grammars/source.cmd.json
github-linguist-7.20.0 grammars/source.cmd.json
github-linguist-7.19.0 grammars/source.cmd.json