Phil Cohen

Results 26 comments of Phil Cohen

Just FYI, I've started working on this on a branch. I will push it when it gets a bit closer to completion :)

Developing in this branch: https://github.com/phillco/cursorless/tree/kotlin-talon Most of the functionality is working (with a couple of notes), just need to record the tests.

Quirks with the grammar I noticed so far: - Some of the notes like `tag()` and `settings()` have parentheses in the names. Cursorless has difficulty matching them. - The `-`...

I think Andreas' point was that names just shouldn't have special symbols in them regardless. Also we updated the regex but they still didn't work in Cursorless, so if there's...

Developing on this branch: https://github.com/cursorless-everywhere/cursorless/tree/other-languages along with #949 #817 #985

Developing on this branch: https://github.com/cursorless-everywhere/cursorless/tree/other-languages along with #949 #817 #985

@rntz and @dyamito have an implementation going here :) https://github.com/cursorless-everywhere/emacs-cursorless

> Tbh they're not valid identifiers in Bash either, so I have slightly mixed feelings that we treat them as tokens in bash as well 🤔 Sure, but they can...