Skip to content

Commit

Permalink
feat: Add elin.schema.host
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Jan 23, 2024
1 parent 44657e6 commit 98958ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/elin/schema/host.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(ns elin.schema.host)

(def ?Position
[:map
[:bufname int?]
[:lnum int?]
[:col int?]
[:off int?]
[:curswant int?]])

0 comments on commit 98958ac

Please sign in to comment.