diff options
author | Melody Horn <melody@boringcactus.com> | 2020-09-29 02:02:22 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-09-29 02:02:22 -0600 |
commit | 70eee34f829875b4f67b0f21a629bdc591d59034 (patch) | |
tree | 0af6468a419477d9615032d93bacafa25c1b7ecf | |
parent | 144be914722b4e00170a3d1008d7c24bbdc3119f (diff) | |
download | spec-70eee34f829875b4f67b0f21a629bdc591d59034.tar.gz spec-70eee34f829875b4f67b0f21a629bdc591d59034.zip |
shorten file extensions
-rw-r--r-- | syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ The syntax of Crowbar will eventually mostly match the syntax of C, with fewer o A Crowbar source file is UTF-8. Crowbar source files can come in two varieties, an *implementation file* and a *header file*. -An implementation file conventionally has a `.crowbar` extension, and a header file conventionally has a `.hrowbar` extension. +An implementation file conventionally has a `.cro` extension, and a header file conventionally has a `.hro` extension. # Keywords |