mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
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:
parent
d3218d988f
commit
05c0183dac
3 changed files with 208 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue