Builder's Brewery
Builder's Brewery
2. You cannot assume that the system info will stay the same **when using Travis**, so this leaves us with plain text license files. Which will be happily used by...
> ... Though it does not work on PRs which reduces the usability of such feature. ...yeah
```js Prism.languages.lsl = Prism.languages.extend('clike', { 'keyword': '', 'number': '', 'function': '', 'operator': '', // TODO: disallow ":" 'punctuation': '' }); Prism.languages.insertBefore('lsl', 'keyword', { 'regex': { pattern: '', lookbehind: true, greedy:...
@Sei-Lisa FYI, this bug is also in `kwdb`. --- @XenHat @makopo
```ruby # -*- coding: utf-8 -*- # module Rouge module Lexers class LSL < RegexLexer title 'LSL' desc 'LSL (https://wiki.secondlife.com/wiki/LSL_Portal)' tag 'lsl' filenames '*.lsl' state :base do rule %r(//.*$), Comment::Single...
I'll look into this when I have time. I previously had this issue which was fixed then in buildersbrewery/linden-scripting-language@4f73668 Will report back here when appropriate.
@Markproveau Could you check whether the current state of files works for you? --- Currently working through these: * docs: * * code example: * --- Still want to add:...
@BoxximusPrime Currently I'm not too familiar with vscode and how to make things work there. Also, I'll have to check if generating binaries is mandatory or not through their generator....
@ebickle did you start with the language service? If you have the code, I could start adding the full LSL data, which I have here locally.
* integer llReplaceAgentEnvironment(key agent_id, float transition, string environment) * ENV_NOT_EXPERIENCE * ENV_NO_EXPERIENCE_PERMISSION * ENV_NO_ENVIRONMENT * ENV_INVALID_AGENT * ENV_NO_EXPERIENCE * llSetAgentEnvironment(key agent_id, float transition, list params)