File tree 24 files changed +24
-24
lines changed
24 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " build and run program (csc)" , value = " option1" },
8
8
{ text = " build program (csc)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file (interpreted)" , value = " option1" },
8
8
{ text = " Run program (interpreted)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Mix run" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- -- Frontend - options displayed on telescope
5
+ -- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " FPM build and run" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program (dotnet)" , value = " option1" },
8
8
{ text = " Build program (dotnet)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program (class)" , value = " option1" },
8
8
{ text = " Build progrm (class)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" }
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program (class)" , value = " option1" },
8
8
{ text = " Build program (class)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" },
Original file line number Diff line number Diff line change 4
4
5
5
local M = {}
6
6
7
- --- Frontend - options displayed on telescope
7
+ --- Frontend - options displayed on telescope
8
8
M .options = {
9
9
{ text = " Run Makefile" , value = " option1" }
10
10
}
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" },
Original file line number Diff line number Diff line change 6
6
7
7
local M = {}
8
8
9
- --- Frontend - options displayed on telescope
9
+ --- Frontend - options displayed on telescope
10
10
M .options = {
11
11
{ text = " Run this file (interpreted)" , value = " option1" },
12
12
{ text = " Run program (interpreted)" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- -- Frontend - options displayed on telescope
5
+ -- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 5
5
6
6
local M = {}
7
7
8
- --- Frontend - options displayed on telescope
8
+ --- Frontend - options displayed on telescope
9
9
M .options = {
10
10
{ text = " Run this file" , value = " option1" },
11
11
{ text = " Run solution" , value = " option2" }
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program" , value = " option1" },
8
8
{ text = " Build program" , value = " option2" },
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " Run program" , value = " option2" }
Original file line number Diff line number Diff line change 2
2
3
3
local M = {}
4
4
5
- --- Frontend - options displayed on telescope
5
+ --- Frontend - options displayed on telescope
6
6
M .options = {
7
7
{ text = " Build and run program (dotnet)" , value = " option1" },
8
8
{ text = " Build program (dotnet)" , value = " option2" }
Original file line number Diff line number Diff line change 5
5
6
6
local M = {}
7
7
8
- --- Frontend - options displayed on telescope
8
+ --- Frontend - options displayed on telescope
9
9
M .options = {
10
10
{ text = " Zig build and run program" , value = " option1" },
11
11
{ text = " Zig build program" , value = " option2" }
You can’t perform that action at this time.
0 commit comments