`shellscript` support (bash, sh, etc)
See original GitHub issue- Change tokeniser to allow
-
inside tokens. Search repo forscss
to see how to do this: https://github.com/cursorless-dev/cursorless/pull/955 - Language scope types
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Difference between sh and Bash - Stack Overflow
sh (or the Shell Command Language) is a programming language described by the POSIX ... Bash supports a --posix switch, which makes it...
Read more >The Shell Scripting Tutorial
This tutorial is written to help people understand some of the basics of shell script programming (aka shell scripting), and hopefully to ...
Read more >What's the Difference Between sh and Bash? - Baeldung
A shell is a computer program that takes commands, interprets them, and passes them to the operating system to process.
Read more >Bash Script - Difference between Bash Script and Shell Script
The bash script is one form of shell script. Shells may be one of Korn, C shell, Bourne, Bash, etc. ... Bash is...
Read more >Bash Scripting Tutorial - LinuxConfig.org
We will help guide you through every stage. Let's get started! In this Bash ... Hello World Bash Shell Script – Bash Scripting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll take a pass at defining the node matchers based on what makes sense, so you don’t have to write them all up @pokey
@auscompgeek that grammar is actually already shipped with the parse tree extension fwiw