Nova

Extensions


Readme

C Syntax for Nova

This extension provides syntax support for C, making use of Tree-sitter. It should be lightning-quick, thanks to Tree-sitter.

🛑 Don't install me! Install the C-Dragon extension instead! 🛑

This supports the latest official (2018) edition of the C language.

Editor features supported are syntax highlighting, folding, and basic indentation.

Deprecated

This extension has been superseded by the much more complete C-Dragon extension. We recommend updating to that version, and to uninstall this one.

It's highly unlikely that more improvements will be made to this extension.

C-Dragon supports both C and C++ (and Object C is planned), has richer Tree-sitter queries, and supports additional capabilities via the clangd language server. It presents a far more complete development experience.


Changelog

Version 1.2.1

This extension is superseded by C-Dragon. At start up we check to see if it is installed, provide guidance in switching to it.

Version 1.2

Basic indentation on block boundaries.

Version 1.1

Folds, and highlight improvements for Microsoft keywords.

Version 1.0

Initial release


License

The MIT License

Copyright 2022 Staysail Systems, Inc. info@staysail.tech

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.