Adam Roben
Adam Roben
This is basically the same as #37 except for _triple-quoted_ raw strings.  `#foo` above should be highlighted as a comment. Instead, it...
These stats are stored in a `uint64_t` but we were truncating them to 32 bits.
We're leaking the `content::WebContents` we put in the main window. We should delete it when the window closes.
We should demonstrate the API for creating context menus.
We should show how to define messages and send them messages between processes.
There are a few bugs in the parsing of this bit of C code: 1. The first use of the `SAMPLE` macro on line 66 gets tagged as `meta.function.c`, i.e.,...
package.json already says the license is MIT.
When two conflicting generic arguments have the same base type name (e.g., due to two imported modules exporting types with the same name), the error message that's printed is quite...