From f53b8c8b33c8528d6f0d06b9b8f59a3a6c390868 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 30 Sep 2018 16:23:23 -0700 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2a3916 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +tree-sitter-css +=============== + +[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-css.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-css) +[![Build status](https://ci.appveyor.com/api/projects/status/smdphgf4ns9jglw5/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-css/branch/master) + +CSS grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). + +References + +* [CSS Syntax Guide](https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax)