tree-sitter-vue icon indicating copy to clipboard operation
tree-sitter-vue copied to clipboard

Vue grammar for tree-sitter

Results 24 tree-sitter-vue issues
Sort by recently updated
recently updated
newest added

linux x64 OS: Manjaro Linux x86_64 Kernel: 6.8.6-2-MANJARO nvim crash when type or do something with file vue ``` Process 3328 (nvim) of user 1000 dumped core. Stack trace of...

helper functions should be static to avoid the downstream build error `multiple definition of ...` when building one binary from multiple parsers build.log ``` /nix/store/xdqs45iclhp9dz8zz9pvn5zivjbhid1a-binutils-2.40/bin/ld: /build/tmpxyj0x25atree_sitter_language/vendor/tree-sitter-vue/src/scanner.o: in function `tree_sitter_html_external_scanner_create': scanner.cc:(.text+0xaf0):...

I am using the @apply rule quite a lot with tailwind. And I do think it's a common use case. Down there is the screenshot of my problem. ![image](https://github.com/ikatyang/tree-sitter-vue/assets/5788010/5da5fb68-3655-41af-885b-27810e08a6bc) ![image](https://github.com/ikatyang/tree-sitter-vue/assets/5788010/0696c4e7-912c-43cf-9a7b-5f89f3e2d27f)...

I‘m working for vue hightlight to lapce. The lapce editor need rust binding. I think rust binding is necessary when rust dev use it. So I add them.Can it be...

Add syntax support for custom blocks https://vue-loader.vuejs.org/guide/custom-blocks.html Unsure if this is possible already can't find anything on setting custom blocks to any particular language

Check that file `File.vue` See the example below. ```vue {{ userGame.name }} Account: {{ userGame.accountName }} Server: {{ userGame.serverName }} import { computed, defineComponent, ref } from 'vue'; import {...

I think the instructions need to be more clear that tree-sitter-vue needs to call other grammar parsers; as mentioned in this [issue](https://github.com/ikatyang/tree-sitter-vue/issues/3). So I think you can add it to...

Sorry for a super newbie question but I've been reading up on tree-sitter all day and still feel pretty lost. I've been reading the [tree-sitter](https://tree-sitter.github.io/tree-sitter/) docs as well as the...

mac下无法gcc 编译 gcc ./src/parser.c ./src/scanner.cc -fPIC -I./ --shared -o vue.so 报错 "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -no_deduplicate -dynamic -dylib -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -o vue.so /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/parser-bd11ec.o /var/folders/mr/_vf8pfn14_sbg5szyxc259040000gp/T/scanner-d8dada.o -L/usr/local/lib -lSystem...