update ragel filetype for vim and add .yarnrc
This commit is contained in:
parent
a13b50be39
commit
972c4d7a4d
3 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ augroup pcal
|
|||
au BufNewFile,BufRead *.pcal setf tla
|
||||
augroup END
|
||||
|
||||
augroup ragel
|
||||
au BufNewFile,BufRead *.rl setf ragel
|
||||
augroup END
|
||||
|
||||
|
||||
au! BufNewFile,BufRead *.pde setf arduino
|
||||
|
||||
|
|
|
|||
1
.vimrc
1
.vimrc
|
|
@ -171,6 +171,7 @@ Plug 'plytophogy/vim-virtualenv'
|
|||
" Plugins for syntax
|
||||
Plug 'lunaru/vim-less'
|
||||
Plug 'hylang/vim-hy', {'for': 'hy'}
|
||||
Plug 'jneen/ragel.vim'
|
||||
"Plug 'mhartington/nvim-typescript'
|
||||
"Plug 'leafgarland/typescript-vim'
|
||||
Plug 'leafOfTree/vim-svelte-plugin'
|
||||
|
|
|
|||
6
.yarnrc
Normal file
6
.yarnrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
lastUpdateCheck 1664156115452
|
||||
prefix "/home/barak/.yarn"
|
||||
Loading…
Add table
Add a link
Reference in a new issue