Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: researchgate.net, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Keywords from Contributors
equator
jj
Scientific Fields
Engineering
Computer Science -
60% confidence
Last synced: 6 months ago
·
JSON representation
·
Repository
A 🔥 Treesitter
Basic Info
- Host: GitHub
- Owner: qompassai
- License: agpl-3.0
- Language: JavaScript
- Default Branch: main
- Size: 16.1 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 11
Created 10 months ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
Funding
License
Citation
Zenodo
README.md
Qompass AI Blaze-ts.nvim
A 🔥 Tree-sitter
🔥 How to Light Up Blaze-TS
*** ## ✨ Overview This repository provides a [Tree-sitter](https://tree-sitter.github.io) grammar for [Mojo](https://www.modular.com/mojo), a language designed for AI and systems programming. \*\* Under Active Development - Expect Breaking Changes Until it's fully registered with nvim-tree-sitter\*\* Used by the [`blaze.nvim`](https://github.com/qompassai/blaze.nvim) Neovim plugin for: * 🌈 Syntax highlighting * 🔬 Incremental parsing * 🎯 Smart indentation * 🧠 Semantic analysis *** ## 📦 Installation 1. Add to your `init.lua` or plugin loader: ```lua -- 📁 ~/.config/nvim/lua/plugins/init.lua -- If you're using lazy.nvim or packer.nvim, this goes in your plugin spec list: ``` ```lua -- 👉 For lazy.nvim return { 'qompassai/blaze.nvim', 'qompassai/blaze-ts.nvim", } ``` ```lua -- 👉 For packer.nvim use { "qompassai/blaze-ts.nvim", requires = { "qompassai/blaze.nvim", }, config = function() require("blaze").setup() end, ft = { "mojo", "🔥" } } ```
🧭 About Qompass AI
Matthew A. Porter
Former Intelligence Officer
Educator & Learner
DeepTech Founder & CEOPublications
Developer Programs
[](https://developer.nvidia.com/) [](https://developers.facebook.com/) [](https://hackerone.com/phaedrusflow) [](https://huggingface.co/qompass) [](https://dev.epicgames.com/)Professional Profiles
Social Media
🔥 How Do I Support
🏛️ Qompass AI Pre-Seed Funding 2023-2025 🏆 Amount 📅 Date RJOS/Zimmer Biomet Research Grant $30,000 March 2024 Pathfinders Intern Program
View on LinkedIn$2,000 October 2024
🤝 How To Support Our Mission
[](https://github.com/sponsors/phaedrusflow) [](https://patreon.com/qompassai) [](https://liberapay.com/qompassai) [](https://opencollective.com/qompassai) [](https://www.buymeacoffee.com/phaedrusflow)🔐 Cryptocurrency Donations
**Monero (XMR):**![]()
42HGspSFJQ4MjM5ZusAiKZj9JZWhfNgVraKb1eGCsHoC6QJqpo2ERCBZDhhKfByVjECernQ6KeZwFcnq8hVwTTnD8v4PzyHFunding helps us continue our research at the intersection of AI, healthcare, and education
Owner
- Name: Qompass
- Login: qompassai
- Kind: organization
- Email: map@qompass.ai
- Location: United States of America
- Repositories: 1
- Profile: https://github.com/qompassai
Cost-Conscious GenAI Microservices
Citation (CITATION.cff)
cff-version: 1.2.0
title: "blaze-ts.nvim"
authors:
- family-names: "Porter"
given-names: "Matthew A."
orcid: "https://orcid.org/0000-0002-0302-4812"
affiliation: "Qompass AI"
version: "2025-08-20"
date-released: "2025-08-20"
repository-code: "https://github.com/qompassai/blaze-ts.nvim"
message: "If you use this software, please cite it as below."
abstract: 'A 🔥 Treesitter'
GitHub Events
Total
- Release event: 7
- Delete event: 2
- Push event: 46
- Create event: 9
Last Year
- Release event: 7
- Delete event: 2
- Push event: 46
- Create event: 9
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Qompass Current | c****t@q****i | 39 |
| phaedrusflow | m****p@q****i | 10 |
| QompassBot | b****t@q****i | 7 |
Committer Domains (Top 20 + Academic)
qompass.ai: 3
Issues and Pull Requests
Last synced: 6 months ago
Dependencies
Cargo.lock
cargo
- aho-corasick 1.1.3
- cc 1.2.19
- memchr 2.7.4
- regex 1.11.1
- regex-automata 0.4.9
- regex-syntax 0.8.5
- shlex 1.3.0
- tree-sitter 0.20.10
Cargo.toml
cargo
go.mod
go
- github.com/mattn/go-pointer v0.0.1
- github.com/tree-sitter/go-tree-sitter v0.25.0
go.sum
go
- github.com/mattn/go-pointer v0.0.1
- github.com/tree-sitter/go-tree-sitter v0.25.0
package.json
npm
- prebuildify ^6.0.1 development
- tree-sitter-cli ^0.25.3 development
- node-addon-api ^8.2.1
- node-gyp-build ^4.8.2
pyproject.toml
pypi
setup.py
pypi
Package.swift
swiftpm
package-lock.json
npm
- tree-sitter-cli 0.22.6 development
- @isaacs/cliui 8.0.2
- @one-ini/wasm 0.1.1
- @pkgjs/parseargs 0.11.0
- abbrev 2.0.0
- ansi-regex 6.1.0
- ansi-regex 5.0.1
- ansi-styles 4.3.0
- ansi-styles 6.2.1
- balanced-match 1.0.2
- brace-expansion 2.0.2
- color-convert 2.0.1
- color-name 1.1.4
- commander 10.0.1
- config-chain 1.1.13
- cross-spawn 7.0.6
- eastasianwidth 0.2.0
- editorconfig 1.0.4
- emoji-regex 8.0.0
- emoji-regex 9.2.2
- foreground-child 3.3.1
- glob 10.4.5
- ini 1.3.8
- is-fullwidth-code-point 3.0.0
- isexe 2.0.0
- jackspeak 3.4.3
- js-beautify 1.15.4
- js-cookie 3.0.5
- lru-cache 10.4.3
- minimatch 9.0.5
- minimatch 9.0.1
- minipass 7.1.2
- node-gyp-build 4.8.4
- nopt 7.2.1
- package-json-from-dist 1.0.1
- path-key 3.1.1
- path-scurry 1.11.1
- proto-list 1.2.4
- semver 7.7.2
- shebang-command 2.0.0
- shebang-regex 3.0.0
- signal-exit 4.1.0
- string-width 5.1.2
- string-width 4.2.3
- string-width-cjs 4.2.3
- strip-ansi 6.0.1
- strip-ansi 7.1.0
- strip-ansi-cjs 6.0.1
- which 2.0.2
- wrap-ansi 8.1.0
- wrap-ansi-cjs 7.0.0