Compare commits

..

No commits in common. "eaa475b08e8bfe854b617e29d576e063a54fa810" and "3be304fc35d765604fcb6e756d629b72b07c112e" have entirely different histories.

2 changed files with 0 additions and 18 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.netrwhist .netrwhist
plugged plugged
spell/ru.utf-8.add.spl spell/ru.utf-8.add.spl
autoload/plug.vim.old

View File

@ -1,17 +0,0 @@
syntax clear
syntax keyword lyxCommand \\layout
syntax keyword lyxCommand \\the_end
syntax keyword lyxKey LatexCommand ERT Graphics Float FloatList
syntax keyword lyxKey status Open Closed
syntax keyword lyxKey wide collapsed
syntax keyword lyxBinary true false
syntax keyword lyxBinary Open Close
syntax region lyxInset start=/\\begin_inset/ end=/\\end_inset/ contains=ALL fold
syntax region lyxString start=/"/ end=/"/
highlight link lyxCommand Keyword
highlight link lyxKey Keyword
highlight link lyxString String
highlight link lyxInset Comment
highlight link lyxBinary Boolean