This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cbdd559a75
factor
/
.gitattributes
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitattributes to enforce EOL policy for factor sources
2017-06-05 16:02:52 -04:00
*.factor text eol=lf
.gitattributes: add the eol=lf attribute to html-files (fixes #1916)
2018-02-24 15:28:05 -05:00
*.html text eol=lf
[misc] vim/syntax: Overhaul syntax highlighting Also fixes comments in a lot more places than a few commits ago. Syntax like the following is proper, and the comment highlighting fixes from last commit make the incorrect highlighting here really stand out: ```factor USE: ! only this line highlights kernel ```
2020-06-05 04:21:55 -04:00
misc/vim/*/*/generated.vim linguist-generated