Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to pug-ast-spec #6

Merged
merged 1 commit into from
Dec 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jade AST Specification
Pug AST Specification
======================

This document is a work-in-progress for documenting the Jade AST as output
from jade-parser and other official plugins operating on the Jade AST.
This document is a work-in-progress for documenting the Pug AST as output
from pug-parser and other official plugins operating on the Pug AST.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Jade AST (WIP)
# The Pug AST (WIP)

## Node objects

Expand Down Expand Up @@ -266,7 +266,7 @@ A node with file reference information.

### Include

#### Jade Include
#### Pug Include

```js
interface Include <: BlockNode, FileNode {
Expand Down