GitXplorerGitXplorer
F

rasi.vim

public
27 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7ce90590d007a7d15fc292313565e04a2ba57182

Update README.md

FFymyte committed 7 months ago
Verified
0b8d9bef244a7933c18b6a0cb5c7a6c0eda0056f

DEPRECATED: ad depression notice

FFymyte committed 7 months ago
Unverified
eac9969cf935cd4380987dc99bfa10d69d3f34a6

fix(comment): fix comment parsing in rasiProperty

committed 2 years ago
Verified
f5a1cbbdc6acdb420b3be0ef6d056cf8c587c8d4

fix: comments with opening brackets

FFymyte committed 2 years ago
Verified
a3c5eaf37f2f778f4d62dad2f1e3dbb4596ac6eb

refactor(readme): update showcase

FFymyte committed 3 years ago
Verified
67959648c5c39b046a43cdc3f1ac8cd3086ce3fa

fix(test): multiline comment

FFymyte committed 3 years ago

README

The README file for this repository.

DEPRECATED

Support for rasi filetype has been merged in vim and neovim and should be available in next release of respective projects.

rasi.vim - rofi config syntax highlighting for vim

Add syntax highlighting support for rasi config file

The syntax is based on the rofi-theme man page. (v1.7.2)

image

With tree-sitter highlighting: Tree-sitter showcase

Colorscheme: kanagawa.nvim

Dependencies

Optionnal

A parser for rasi has also been created for neovim users at Fymyte/tree-sitter-rasi. The parser doesn't add much highlighting but may recognize some structure that are impossible to express through regex. (particularly nested var, env ...)

See wiki for integration.

Installation

vim-plug

Plug 'Fymyte/rasi.vim'
use {
  'Fymyte/rasi.vim',
  ft = 'rasi',
}

Thanks

  • @CantoroMC for base plugin. (repository has been deleted)