nvim-textmate
nvim-textmate copied to clipboard
A textmate-based syntax highlighter for neovim - compatible with VScode
I don't know C++ but this made your plugin work for me, feel free to adjust/ignore if I'm doing something wrong, but either way thank you for the plugin, it...
Even though the plugin has been loaded, as evidenced by the "Compiling textmate module..." message, the user commands (`TxMtEnable`, `TxMtDisable`, etc) are not defined. I haven't written any plugins myself,...
I use NeoVim on Windows, but I do have WSL Ubuntu. Make doesn't really work well on Windows, so I ended up using WSL, and changed up some files to...
When i select the theme with `TxMtTheme` and try to enable it with `TxMtEnable` i get no colors at all, it's all white. When i try to disable it with...
Every time i open NeoVim i get the message "Done. Restart NeoVim.". In order to find out why it didn't work i decided to build from `~/.local/share/nvim/lazy/nvim-textmate` and got the...
Can we publish it to luarocks for some package manager like https://github.com/nvim-neorocks/rocks.nvim ?
```lua local a = tm.highlight_theme_info() source = {a[1], a[2], a[3]} type = {a[22], a[23], a[24]} struct = {a[25], a[26], a[27]} control = {a[28], a[29], a[30]} ``` For all vscode builtin...
```diff - if (strlen(_text) > SKIP_PARSE_THRESHOLD) { - return textstyle_buffer; - } + // if (strlen(_text) > SKIP_PARSE_THRESHOLD) { + // return textstyle_buffer; + // } ``` Before comment `libs/tm-parser/textmate/textmate.cpp`,...