aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-04-22 16:15:03 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-04-28 11:00:39 +0200
commit53bd25f7e2082a787936ae833b14f873a07ff22c (patch)
tree6ecb2d392eb12a3d82cffc45c5a1b23f3c85c39d /.gitignore
parent96fcdd9da51e1febe9e320f774424b5ac3f8ff3d (diff)
downloaddotty-53bd25f7e2082a787936ae833b14f873a07ff22c.tar.gz
dotty-53bd25f7e2082a787936ae833b14f873a07ff22c.tar.bz2
dotty-53bd25f7e2082a787936ae833b14f873a07ff22c.zip
Initial implementation featuring two different highlighters
One was implemted by hand and the other by using dotty's parser. The one built by hand is shorter, and behaves correctly. The scanner one is unfortunately not ready for testing - there are too many things that are workarounds for it to be a good solution as of now The code added from Ammonite is licensed under MIT, not sure where to put the license - but will add it once I know.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f485f1b53..ce4e4a440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.class
*.log
*~
+*.swp
# sbt specific
dist/*