-
# Locale Format
Locale identifier consists of language subtag, script subtag, region subtag, and one or more variant subtags.
For example,
- `zh-CN` and `zh-TW` are language + region. They mean …
-
probably adopt similar notation to .vimrc file
**from chatgpt:**
```
In a .vimrc file, and are special key notation used by Vim to represent the Enter/Return key and the Tab key, respectively…
-
This is a problem for testing speed on screen based problems, where you'd want to be like:
while RAM[Ox4000] != 1 and RAM[Ox4001] != 1...
-
**The problem/use-case that the feature addresses**
1. Allow adding more scripting languages
2. Allow replacing the vendored Lua implementation with another one (e.g. LuaJIT or Lua 5.4)
**Descr…
-
**Language**
Pine Script is TradingView's programming language. It allows traders to create their own trading tools and test them. TradingView is website tool for advanced financial visualisation.
…
-
### How are you using the lua-language-server?
Command Line
### Which OS are you using?
Windows WSL
### What is the issue affecting?
Other
### Expected Behaviour
Document generation, as documen…
-
### Is your request related to a missing official feature?
No
### Describe the solution you'd like
Lets add some QoL feature to make scripting a little nicer!
1. **Support different indentat…
-
### Description
At the moment, we are not optimized for the Serbian language. Serbian language users are currently experiencing an inconsistent and odd UI experience.
There are about 50k curren…
-
Language name
----------------
Asp scripting language
URL of example repository
---------------------------
- https://github.com/asplang/asp-test (in scripts/tests)
Most popular extensions
…
-
**Is your feature request related to a problem? Please describe.**
I use what would be considered enumerations in other languages a lot in my code and, instead of using integers, I use global variabl…