mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
initial support for tags: we start with: syntax
This commit is contained in:
5
data/plenary/filetypes/telekasten.lua
Normal file
5
data/plenary/filetypes/telekasten.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
extension = {
|
||||
['md'] = 'telekasten'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user