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
35799f8d2d
factor
/
.gitattributes
4 lines
88 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: Hygenic text width highlights This lets Factor's overly long line highlighting avoid bleeding over into documentation source buffers, or buffers of other non-Factor file types entirely. Also, by taking `:2match` instead of `:match`, clobbering of most user matches (or vice versa) can be avoided. Unfortunately, the highlighting effects all windows in a multi-buffer split setup, but since we can't reasonably make this a `:syntax match` group, it'll have to do. (And this behavior isn't new.)
2020-05-29 19:47:22 -04:00
misc/vim/ftplugin/factor.vim linguist-generated