Sainan

Results 101 comments of Sainan

I guess. What about the other approach of `*.pluto linguist-language=Pluto,Lua`? I don't see how this kind of fallback would lead to confusion to the end-user and could be explained in...

I can appreciate wanting consistent behaviour across the board, but I'm sure there will be some separator character that will be appropriate for each use case, e.g. just picking from...

I've recently been introduced to Twig, and what's interesting is that Twig is kind of a meta-language and editors like IntelliJ add their support for Twig _on top_ of whatever...

Ah yeah I didn't say but "senpai" is my default branch, because "master" was apparently not woke enough.

That makes some sense, but is extremely weird behaviour because the path being randomised is literally what happens for each new job run on an actions worker, so I'd still...

Might be related to #1408 although that's about "find symbol", but I suspect the root cause is the same.

It will be fixed when someone who's a) anal about syntax highlighting, b) cares enough to learn Sublime's weird tmLanguage replacements, c) and cares about C/C++ decides they want to...

To put it more generally: Someone who cares about Sublime Text being able to accurately classify code.

For what it's worth, on my Huntsman V3 Pro, this works to set the device mode: ```c struct razer_report report = get_razer_report(0x00, 0x04, 0x02); report.transaction_id.id = 0x1F; report.arguments[0] = 0x03;...

I did use "apply current configuration". In my example I explicitly asked the NppLspClient to launch PING.EXE but still connect to localhost at port 9170 so I could monitor the...