{"id":16191122,"url":"https://github.com/joe-sky/nornj-highlight","last_synced_at":"2025-07-19T18:08:04.639Z","repository":{"id":47822727,"uuid":"123210626","full_name":"joe-sky/nornj-highlight","owner":"joe-sky","description":"Syntax highlight and snippets for NornJ template engine in VS Code","archived":false,"fork":false,"pushed_at":"2023-07-12T06:35:20.000Z","size":1235,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:01:37.983Z","etag":null,"topics":["nornj","visual-studio-code","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=joe-sky.nornj","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joe-sky.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-28T01:23:49.000Z","updated_at":"2023-03-04T04:29:32.000Z","dependencies_parsed_at":"2024-10-27T19:53:56.680Z","dependency_job_id":null,"html_url":"https://github.com/joe-sky/nornj-highlight","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/joe-sky/nornj-highlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-sky%2Fnornj-highlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-sky%2Fnornj-highlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-sky%2Fnornj-highlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-sky%2Fnornj-highlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joe-sky","download_url":"https://codeload.github.com/joe-sky/nornj-highlight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joe-sky%2Fnornj-highlight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265982790,"owners_count":23859573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nornj","visual-studio-code","vscode"],"created_at":"2024-10-10T07:45:07.899Z","updated_at":"2025-07-19T18:08:04.617Z","avatar_url":"https://github.com/joe-sky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NornJ-highlight\n\nSyntax highlight, snippets and file icon theme for [NornJ template engine](https://github.com/joe-sky/nornj) in VS Code.\n\nGithub: https://github.com/joe-sky/nornj-highlight\n\n## Install\n\n`ext install` in Visual Studio Code command line\n\nSearch for `nornj` and click install\n\n## Syntax highlight and file icons screenshots\n\n![nornj-template-example](images/screenshot.png)\n\n## Snippets screenshots\n\n![nornj-template-example](images/snippets.gif)\n\n## Code Snippets\n\n* Normal html tags, support all HTML tags\n\n|trigger|snippet|\n|-------|-------|\n|`\u003cdiv`|Defines a `\u003cdiv\u003e` tag|\n|`\u003cspan`|Defines a `\u003cspan\u003e` tag|\n|`\u003cinput`|Defines a `\u003cinput\u003e` tag|\n|`\u003ciframe`|Defines a `\u003ciframe\u003e` tag|\n|`\u003ctextarea`|Defines a `\u003ctextarea\u003e` tag|\n|...|...|\n\n* `NornJ` extension tags\n\n|trigger|snippet|\n|-------|-------|\n|`\u003cn-if`|Defines a `\u003cn-if\u003e` tag|\n|`\u003cn-else`|Defines a `\u003cn-else\u003e` tag|\n|`\u003cn-elseif`|Defines a `\u003cn-elseif\u003e` tag|\n|`\u003cn-switch`|Defines a `\u003cn-switch\u003e` tag|\n|`\u003cn-case`|Defines a `\u003cn-case\u003e` tag|\n|`\u003cn-default`|Defines a `\u003cn-default\u003e` tag|\n|`\u003cn-each`|Defines a `\u003cn-each\u003e` tag|\n|`\u003cn-for`|Defines a `\u003cn-for\u003e` tag|\n|`\u003cn-empty`|Defines a `\u003cn-empty\u003e` tag|\n|`\u003cn-prop`|Defines a `\u003cn-prop\u003e` tag|\n|`\u003cp-propName`|Defines a `\u003cp-propName\u003e` tag|\n|`\u003cn-strProp`|Defines a `\u003cn-strProp\u003e` tag|\n|`\u003csp-propName`|Defines a `\u003csp-propName\u003e` tag|\n|`\u003cn-obj`|Defines a `\u003cn-obj\u003e` tag|\n|`\u003cn-include`|Defines a `\u003cn-include\u003e` tag|\n\n\u003e The code snippets is a fork of [abusaidm/html-snippets](https://github.com/abusaidm/html-snippets).\n\n## How to enable Emmet html snippets\n\nAdd the following setting:\n\n```js\n\"emmet.includeLanguages\": {\n  \"nornj-html\": \"html\"\n}\n```\n\n## How to use file icon theme\n\nAfter installation and activation, you should go in settings (`File` → `Preferences` on Windows, or `Code` → `Preferences` on OSX), choose `File Icon Theme`, and select `NornJ`.\n\n\u003e The file icon theme is a fork of [EmmanuelBeziat/vscode-great-icons](https://github.com/EmmanuelBeziat/vscode-great-icons).\n\n## Formatting\n\nCode formatting has been supported, press `Shift + Alt + F`.\n\n## Extension settings\n\n|setting|type|default|effect|\n|-------|----|-------|------|\n|`nornj.format.indentSize`|number|2|Set indent size|\n|`nornj.format.indentChar`|string|' '|Set indent char|\n|`nornj.taggedTemplate.tags`|array|[\"html\", \"nj\", \"njs\", \"t\"]|Tagged templates tag names|\n|`nornj.taggedTemplate.format.enabled`|boolean|false|Enable/disable formatting of nornj template strings|\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe-sky%2Fnornj-highlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoe-sky%2Fnornj-highlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoe-sky%2Fnornj-highlight/lists"}