mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Add some more grammars
This commit is contained in:
parent
44d754ec02
commit
f74eb6a913
1 changed files with 11 additions and 2 deletions
|
|
@ -243,7 +243,9 @@
|
|||
|
||||
grammarPackages = with config.plugins.treesitter.package.passthru.builtGrammars; [
|
||||
arduino
|
||||
asm
|
||||
bash
|
||||
bitbake
|
||||
c
|
||||
cpp
|
||||
cuda
|
||||
|
|
@ -251,6 +253,8 @@
|
|||
devicetree
|
||||
diff
|
||||
dockerfile
|
||||
editorconfig
|
||||
fish
|
||||
gitattributes
|
||||
gitcommit
|
||||
gitignore
|
||||
|
|
@ -259,15 +263,19 @@
|
|||
html
|
||||
ini
|
||||
json
|
||||
just
|
||||
lalrpop
|
||||
latex
|
||||
linkerscript
|
||||
lua
|
||||
make
|
||||
markdown
|
||||
markdown_inline
|
||||
mermaid
|
||||
meson
|
||||
ninja
|
||||
nix
|
||||
printf
|
||||
python
|
||||
regex
|
||||
rst
|
||||
|
|
@ -276,11 +284,12 @@
|
|||
sql
|
||||
tlaplus
|
||||
toml
|
||||
typst
|
||||
vim
|
||||
vimdoc
|
||||
xml
|
||||
yaml
|
||||
mermaid
|
||||
fish
|
||||
zig
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue