-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# RelaxNG outline | ||
|
||
![RelaxNG Outline Screenshot](docs/BaseScreenshot.png) | ||
|
||
This Visual Studio Code extension provides an outline view for RelaxNG documents. Please note that RelaxNG support is partial, and this is an alpha version of the plugin. | ||
|
||
## Features | ||
- Displays an outline for RelaxNG files | ||
- Allows navigation to specific nodes in the RelaxNG document | ||
- Provides commands copy node paths | ||
|
||
## Installation | ||
1. Open the Extensions view in Visual Studio Code. | ||
2. Search for "RelaxNG outline". | ||
3. Click "Install". | ||
|
||
## Usage | ||
1. Open a RelaxNG file in Visual Studio Code. | ||
2. The outline view will automatically display the structure of the RelaxNG document. | ||
|
||
## Known Issues | ||
- Partial support for RelaxNG syntax. | ||
- This is an alpha version, so expect some bugs and incomplete features. | ||
|
||
## Contributing | ||
Contributions are welcome! Please submit issues and pull requests on the [GitHub repository](https://github.com/tihonove/vscode-relaxng-outline). | ||
|
||
## License | ||
This extension is licensed under the MIT License. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters