tree-sitter-perl
tree-sitter-perl copied to clipboard
a perl parser for javascript
When attempting to build the C version of the parser, we get ``` $ cc -fPIC -c -I. scanner.c scanner.c: In function 'isSpecialVariableIdentifier': scanner.c:549:5: warning: implicit declaration of function 'isnumber';...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Hello, have you considered adding the bindings to crates.io?
I just installed tree-sitter and this tree-sitter-perl grammar file. I'm using latest neovim with the gurvbox colorscheme. The image on the left is with tree-sitter highlighting on and the one...
I've come up with a bit of code we use a lot at work, and the parser doesn't handle it very well. I'm not sure where to go with the...
My nvim config: ```lua local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs() parser_config.perl = { install_info = { url = '~/clones/tree-sitter-perl', files = { 'src/parser.c' }, }, filetype = 'perl', used_by = {'pm',...
I've tried both `:TSInstall perl` and `:TSInstallFromGrammar perl`, same error. this is my configuration:
Hi Ganezdragon, I'm excited about your work on tree-sitter for perl. Having these kinds of tools available is a real boon for perl. Thank you!