aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/squirrel/setup-syntax-highlighting.md
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-03-27 03:09:31 +0200
committerGitHub <noreply@github.com>2022-03-27 03:09:31 +0200
commit6adc0b842b9f265a1e9a78a90d34f14c2db0aac8 (patch)
treecf7a858dac822bbb097ea70ad537f5e8d7bb80aa /docs/modding/squirrel/setup-syntax-highlighting.md
parentb7f6d76402fa1a1d5cc86241ecf5cb845f1a1f07 (diff)
downloadNorthstarWiki-6adc0b842b9f265a1e9a78a90d34f14c2db0aac8.tar.gz
NorthstarWiki-6adc0b842b9f265a1e9a78a90d34f14c2db0aac8.zip
Remove all modding-related content and move it to RTD (#53)
Diffstat (limited to 'docs/modding/squirrel/setup-syntax-highlighting.md')
-rw-r--r--docs/modding/squirrel/setup-syntax-highlighting.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/modding/squirrel/setup-syntax-highlighting.md b/docs/modding/squirrel/setup-syntax-highlighting.md
deleted file mode 100644
index e0ec465..0000000
--- a/docs/modding/squirrel/setup-syntax-highlighting.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# Syntax Highlighting
-## Notepad++
-For Notepad++, define a custom language for Squirrel.
-Luckily, [samisalreadytaken has written a squirrel highlighter](https://gist.github.com/samisalreadytaken/5bcf322332074f31545ccb6651b88f2d#file-squirrel-xml).
-1. Download Squirrel.xml
-2. At the top, edit ' ext="nut" ' to ' ext="nut gnut" ' so it works with gnut files as well
-3. Open Notepad++
-4. Navigate to Language > User Defined Language > Define your language
-5. Click import, and select Squirrel.xml
-
-(If the colors/style are not to your taste)
-1. Select 'Squirrel' in User Language at the top
-2. Navigate through the tabs to find what you want to change
-3. Click its 'Styler' button and make the changes you wish to
-
-## VSCode
-VSCode has extensions avaliable for working with squirrel, and searching "squirrel" in the extensions marketplace will give you them.
-
-However, installing this will only create an associastion for .nut files, and not .gnut files.
-To fix this:
-1. Open a .gnut file
-2. Do CTRL+K, M (not CTRL+K, CTRL+M)
-3. Select 'Configure File Association for .gnut'
-4. Select 'Squirrel' (only appears if you have the extension) \ No newline at end of file