feat: add ApX parser

ApX is a command-oriented scripting language for the APEX PDE (Personal
Development Environment). It features pipelines, 200+ built-in commands,
control flow, functions, macros, and more.

Grammar repository: https://github.com/StackApe/tree-sitter-apx
This commit is contained in:
StackApe 2025-12-14 09:27:59 -05:00
parent d3218d988f
commit 05c0183dac
3 changed files with 208 additions and 0 deletions

View file

@ -34,6 +34,14 @@ return {
maintainers = { '@aheber', '@xixiafinland' },
tier = 2,
},
apx = {
install_info = {
revision = 'b4998766b748d9559a5d1752b76b2719721bd096',
url = 'https://github.com/StackApe/tree-sitter-apx',
},
maintainers = { '@StackApe' },
tier = 2,
},
arduino = {
install_info = {
revision = '53eb391da4c6c5857f8defa2c583c46c2594f565',