1
Fork 0

Win a fight with svg transforms

This commit is contained in:
prescientmoon 2024-04-17 20:34:01 +02:00
parent 44ed1900d9
commit 929c8cedfb
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
12 changed files with 246 additions and 55 deletions
layout-lens/vim
ftdetect
syntax

View file

@ -0,0 +1 @@
au BufNewFile,BufRead *.lens set filetype=lens

View file

@ -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"