From ceab16f93ae3b58c93a9cb3aac657d4fb9f7b8df Mon Sep 17 00:00:00 2001 From: Daniel Kapla Date: Mon, 8 Jan 2018 16:42:42 +0100 Subject: [PATCH] wip: README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3ef40e..3a6a3ac 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # LaTeX language support for Visual Studio Code -[![VS Marketplace Version](https://vsmarketplacebadge.apphb.com/version/torn4dom4n.latex-support.svg)](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support) -[![VS Code Installs](https://vsmarketplacebadge.apphb.com/installs/torn4dom4n.latex-support.svg)](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support) -[![Dependencies Status](https://david-dm.org/ProAdd-ons/vscode-LaTeX-support/status.svg)](https://david-dm.org/ProAdd-ons/vscode-LaTeX-support) +[Git Repository](https://git.4insider.net/Studium.git) -Adds syntax highlighting and snippets for LaTeX. +Adds syntax highlighting, intelisence and compile commands for LaTeX. -![LaTeX Preview](https://github.com/ProAdd-ons/vscode-LaTeX-support/raw/master/./images/preview.png) +Originaly adapted [VS Marketplace Version](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support) -Originally converted from the [LaTeX TextMate bundle](https://github.com/textmate/latex.tmbundle). Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.