summaryrefslogtreecommitdiffstats
path: root/2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv
diff options
context:
space:
mode:
Diffstat (limited to '2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv')
-rw-r--r--2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv42
1 files changed, 21 insertions, 21 deletions
diff --git a/2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv b/2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv
index 87616223..fb33267f 100644
--- a/2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv
+++ b/2020/subtitles/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen-autogen.sbv
@@ -2,10 +2,10 @@
hello everyone my name is toniang
0:00:04.400,0:00:09.280
-i've been using amax for about 10 years
+I've been using amax for about 10 years
0:00:07.200,0:00:11.519
-today i'm going to talk about 360
+today I'm going to talk about 360
0:00:09.280,0:00:13.759
a new imax package that allows ems to
@@ -140,7 +140,7 @@ there have been multiple efforts to
bring this kind of programming language
0:01:42.960,0:01:47.119
-understanding into emacs
+understanding into Emacs
0:01:45.280,0:01:48.640
there are language specific persons
@@ -305,7 +305,7 @@ the usb server itself can bring with it
a host of additional dependencies
0:03:44.640,0:03:50.560
-external to emacs which may message to
+external to Emacs which may message to
0:03:47.680,0:03:50.560
install and manage
@@ -329,7 +329,7 @@ but for things like code highlighting
the latency is just too much
0:04:06.000,0:04:10.480
-i was using rust and i was following the
+I was using rust and I was following the
0:04:08.319,0:04:11.760
community effort to improve its id
@@ -341,16 +341,16 @@ support
hoping to integrate some of that into
0:04:13.680,0:04:17.600
-emacs itself
+Emacs itself
0:04:15.760,0:04:19.759
-then i heard someone from community
+then I heard someone from community
0:04:17.600,0:04:23.280
mention tree sitter
0:04:19.759,0:04:23.280
-and i decided to check it out
+and I decided to check it out
0:04:23.360,0:04:28.720
basically trisita is an incremental
@@ -485,7 +485,7 @@ thirdly it's written in self-contained
embeddable c
0:06:06.880,0:06:10.400
-as i mentioned previously it can even be
+as I mentioned previously it can even be
0:06:09.680,0:06:13.759
compiled
@@ -521,13 +521,13 @@ this makes the pool of potential
contributors
0:06:38.160,0:06:45.520
-much larger so i was convinced
+much larger so I was convinced
0:06:42.400,0:06:48.000
-that trisito is a good fit for emacs
+that trisito is a good fit for Emacs
0:06:45.520,0:06:48.720
-last year i started writing the bindings
+last year I started writing the bindings
0:06:48.000,0:06:50.960
using
@@ -635,13 +635,13 @@ shows the parse tree in another buffer
here is a quick demo
0:08:13.360,0:08:17.520
-here i mean an empty python buffer with
+here I mean an empty python buffer with
0:08:15.759,0:08:19.440
three seater enabled
0:08:17.520,0:08:26.560
-i'm going to turn on the debug mode to
+I'm going to turn on the debug mode to
0:08:19.440,0:08:28.720
see the parse tree
@@ -659,7 +659,7 @@ level module node
let's try typing some code
0:09:11.040,0:09:14.640
-as you can see as i type into the python
+as you can see as I type into the python
0:09:13.600,0:09:19.120
buffer
@@ -698,7 +698,7 @@ it uses a list like query language to
map syntax notes
0:09:40.320,0:09:45.760
-to highlighting phrases i'm going to
+to highlighting phrases I'm going to
0:09:43.760,0:09:51.839
open a python file with small snippets
@@ -740,7 +740,7 @@ and property assignments are highlighted
differently
0:10:27.440,0:10:30.880
-what i like the most about this is that
+what I like the most about this is that
0:10:29.360,0:10:32.640
new bindings are consistently
@@ -1076,7 +1076,7 @@ we can try looking at the first
character
0:17:12.480,0:17:16.720
-of the string i mean the first character
+of the string I mean the first character
0:17:15.280,0:17:19.360
of the note
@@ -1289,7 +1289,7 @@ this will become a big obstacle for
3-seater adoption
0:21:48.159,0:21:52.960
-therefore i've created a language window
+therefore I've created a language window
0:21:50.240,0:21:54.960
package 3-seater length
@@ -1511,11 +1511,11 @@ if you are interested in 3-seater you
can use these links to
0:25:06.720,0:25:11.440
-learn more about it i think that's it
+learn more about it I think that's it
0:25:10.320,0:25:18.159
for me today
0:25:11.440,0:25:18.159
-i'm happy to answer any questions
+I'm happy to answer any questions