mirror of
https://github.com/soconnor0919/nand2tetris-zed.git
synced 2025-12-11 06:34:45 -05:00
- Fixed HDL highlights query syntax error with #match? predicate - Replaced #match? with #any-of? for exact string matching - Fixed Hack Assembly outline query invalid field name - Improved HDL syntax highlighting with comprehensive patterns - Added HDL bracket matching for all syntax types - Fixed XML scope mismatch from text.xml to source.xml - Enhanced outline queries for better code navigation
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2025 Sean O'Connor
|
|
|
|
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.
|
|
|
|
---
|
|
|
|
This extension includes grammars and code from other projects:
|
|
|
|
HDL Grammar:
|
|
- Source: tree-sitter-hdl by Quan Tong (https://github.com/quantonganh/tree-sitter-hdl)
|
|
- License: MIT
|
|
|
|
Jack Grammar:
|
|
- Source: tree-sitter-jack by nverno (https://github.com/nverno/tree-sitter-jack)
|
|
- License: GPL-3.0-or-later
|
|
|
|
The extension is designed for educational use with the nand2tetris course:
|
|
- Course: "The Elements of Computing Systems" by Noam Nisan and Shimon Schocken
|
|
- Website: https://www.nand2tetris.org
|