mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-23 06:08:34 +01:00
Update boxes-config with both f90 comments and box
The previous suggestion I made called `fortran` was for the box. However, older Fortran (i.e., FORTRAN 77) uses `c` as the comment character, not `!`. So, in case someone wants an `f77-box`, move the name to `f90-box`. Also, a la the `ada-box` and `ada-cmt`, make a `f90-cmt` which does `!` commenting.
This commit is contained in:
parent
b9cb042e49
commit
b4ff5ded9f
32
boxes-config
32
boxes-config
@ -2881,7 +2881,7 @@ END important3
|
|||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
|
|
||||||
BOX fortran
|
BOX f90-box
|
||||||
|
|
||||||
author "Matt Thompson <fortran(at)gmail(dot)com>"
|
author "Matt Thompson <fortran(at)gmail(dot)com>"
|
||||||
designer "(public domain)"
|
designer "(public domain)"
|
||||||
@ -2906,7 +2906,35 @@ padding { h 1 }
|
|||||||
|
|
||||||
elastic (n,s,e, w)
|
elastic (n,s,e, w)
|
||||||
|
|
||||||
END fortran
|
END f90-box
|
||||||
|
|
||||||
|
|
||||||
|
# ============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
BOX f90-cmt
|
||||||
|
|
||||||
|
author "Matt Thompson <fortran(at)gmail(dot)com>"
|
||||||
|
designer "(public domain)"
|
||||||
|
revision "1.0"
|
||||||
|
created "2018-02-08"
|
||||||
|
|
||||||
|
sample
|
||||||
|
!
|
||||||
|
! regular comments used in Fortran 90+
|
||||||
|
!
|
||||||
|
ends
|
||||||
|
|
||||||
|
shapes {
|
||||||
|
w ("!")
|
||||||
|
}
|
||||||
|
|
||||||
|
padding { left 1}
|
||||||
|
|
||||||
|
elastic (w)
|
||||||
|
|
||||||
|
END f90-cmt
|
||||||
|
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user