mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-09 19:36:50 +02:00
Update boxes-config with Fortran box
As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character
This commit is contained in:
parent
e631886c56
commit
b9cb042e49
32
boxes-config
32
boxes-config
@ -2878,4 +2878,36 @@ elastic (n, e, s, w)
|
||||
END important3
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
|
||||
BOX fortran
|
||||
|
||||
author "Matt Thompson <fortran(at)gmail(dot)com>"
|
||||
designer "(public domain)"
|
||||
revision "1.0"
|
||||
created "2018-02-08"
|
||||
|
||||
sample
|
||||
!!!!!!!!!!!!!
|
||||
! !
|
||||
! !
|
||||
!!!!!!!!!!!!!
|
||||
ends
|
||||
|
||||
shapes {
|
||||
nw ("!") n ("!")
|
||||
se ("!") e ("!")
|
||||
sw ("!") s ("!")
|
||||
ne ("!") w ("!")
|
||||
}
|
||||
|
||||
padding { h 1 }
|
||||
|
||||
elastic (n,s,e, w)
|
||||
|
||||
END fortran
|
||||
|
||||
# ============================================================================
|
||||
|
||||
#EOF vim: set ai sw=4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user