From 3934bdff0cc031e8046a975afa35244f7dde94da Mon Sep 17 00:00:00 2001 From: Benjamin Bryan Date: Fri, 8 Dec 2017 14:31:16 -0800 Subject: [PATCH] fix headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 009d547..8a294ac 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This extension provides Syntax highlighting and Snippets (basic autocompletion) for Gembase DML (Data Manipulation Language). -# Features +## Features Syntax highligting and auto-complete using snippets for most DML code blocks, forms, expressions, statements, and functions. Use the tab key to auto-complete or jump between tab-stops. Note: Syntax colorization should work on most themes. It was tested againt the default Visual Studio Code light and dark themes: Dark+ (default dark) and Light+ (Default Light. Some color themes like "Dark (Visual Studio) and "Light (Visaul Studio)" don't include colorizing for things like variables. This is intended behavior as it's a design decision by the theme author to leave out colorization for such. -# Follow Best Practices +## Follow Best Practices This extension is fairly new, snippets may generate code that doesn't compile (if you encounter any issues please report an issue on GitHub). Standard precautions apply (use this extension in a test environment before using it in production, make sure you have backups and version control on your code, etc.) ## Issues and Contributions @@ -19,7 +19,7 @@ If you'd like to make any contributions please create a pull request here: https://github.com/ross-sig/vscode-gembase-dml -# Installing +## Installing This plugin can be found on the Visual Studio Marketplace: @@ -29,7 +29,7 @@ To use it, first install Visual Studio Code: https://code.visualstudio.com/ whic Open Visual Studio Code, go to the Extensions MarketPlace (The square looking button along the left-hand column, or bring it up with Ctrl+Shift+X). Search for "Gembase DML" and hit the "Install Button" -# Screenshots +## Screenshots ![Screenshot](https://camo.githubusercontent.com/af3fb1bafd76a6f20181789af469ebc9c939ff2d/68747470733a2f2f6769746c61622e636f6d2f726f73732d7369672f7673636f64652d67656d626173652d646d6c2f7261772f6d61737465722f646d6c5f656469746f722e676966 "DML Edior Screenshot")