Commit Graph
1 Commits
Author SHA1 Message Date
minirop f5eb0ec1c3 fix: add missing "import" keyword to reserved words list in syntax docs
The reserved words table in doc/site/syntax.markdown was missing the "import"
keyword, causing it to appear on a separate line from the other reserved words.
This fix moves "import" into the correct position alphabetically between "if"
and "in" in the first line of reserved words, and shifts "new" to the second
line to maintain proper formatting.
2015-04-19 21:13:40 +00:00