Skip to content

Commit

Permalink
fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnooie committed Dec 8, 2017
1 parent 4f218d9 commit 3934bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand All @@ -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")

Expand Down

0 comments on commit 3934bdf

Please sign in to comment.