Files
dotfiles/.vscode/extensions/ms-vscode-remote.remote-ssh-edit-0.87.0/syntaxes/ssh_config.tmLanguage.json
2025-12-15 12:50:23 -05:00

2 lines
505 B
JSON

{"$schema":"https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json","name":"ssh config","patterns":[{"include":"#comments"},{"include":"#properties"},{"include":"#values"}],"repository":{"properties":{"patterns":[{"name":"support.type.property-name.ssh_config","match":"^\\s*[^\\s]+"}]},"values":{"patterns":[{"name":"string.quoted.double.ssh_config","match":".+"}]},"comments":{"patterns":[{"name":"comment.line.hash.azcli","match":"^\\s*#.*"}]}},"scopeName":"source.config.ssh"}