Skip to content
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
18 changes: 18 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@
.gitignore
.gitattributes
vsc-extension-quickstart.md

# Example content (not for users)
_strictdoc_examples/**

# Development & test code (Node)
parse_syntax.js
package-lock.json
node_modules/**

# Development & test code (Python)
tasks.py
requirements.txt
tests/**

# GitHub workflows, CI
.github/**

# Screenshots and extra assets (excluded from VSIX)
assets/**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ highlighting for the StrictDoc markup language.

[StrictDoc](https://github.com/strictdoc-project/strictdoc) is:

> Software for technical documentation and requirements management.
> Software for technical documentation and requirements management.

## Demos

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strictdoc",
"displayName": "StrictDoc Language Basics",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "StrictDoc",
"description": "Support for the StrictDoc markup: https://github.com/strictdoc-project/",
"homepage": "https://github.com/strictdoc-project/strictdoc.tmLanguage",
Expand Down Expand Up @@ -41,7 +41,7 @@
}
]
},
"dependencies": {
"devDependencies": {
"onigasm": "^2.2.5",
"vscode-textmate": "^9.2.0",
"vscode-oniguruma": "^1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/sdoc.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "StrictDoc Syntax: version 0.2.0",
"comment": "StrictDoc Syntax: version 0.2.1",
"fileTypes": [ "sdoc" ],
"firstLineMatch": "^(\\[DOCUMENT\\])$",
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
Expand Down