Win a fight with svg transforms
This commit is contained in:
parent
44ed1900d9
commit
929c8cedfb
12 changed files with 246 additions and 55 deletions
1
layout-lens/vim/ftdetect/lens.vim
Normal file
1
layout-lens/vim/ftdetect/lens.vim
Normal file
|
@ -0,0 +1 @@
|
|||
au BufNewFile,BufRead *.lens set filetype=lens
|
|
@ -1,12 +1,12 @@
|
|||
" if exists("b:current_syntax")
|
||||
" finish
|
||||
" endif
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
set iskeyword+=-
|
||||
|
||||
syntax keyword lensKeyword physical section layergroup layer chordgroup block end
|
||||
syntax keyword lensAction sticky-switch switch
|
||||
syntax keyword lensFunction columns place action key
|
||||
syntax keyword lensFunction columns place action key after before
|
||||
syntax keyword lensLayerName center topleft topright bottomleft bottomright
|
||||
|
||||
syntax match lensComment "\v--.*$"
|
||||
|
@ -21,4 +21,4 @@ highlight link lensOperator Operator
|
|||
highlight link lensHexColor String
|
||||
highlight link lensFunction Function
|
||||
|
||||
let b:current_syntax = "lens"
|
||||
let b:current_syntax = "lens"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue